Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jason-gao/beanstalkusing

php beanstalk op
https://github.com/jason-gao/beanstalkusing

beanstalk

Last synced: about 13 hours ago
JSON representation

php beanstalk op

Awesome Lists containing this project

README

        

# beanstalkUsing

* [beanstalk protocol](https://raw.githubusercontent.com/kr/beanstalkd/master/doc/protocol.txt)

# default log
* /tmp/testLog.log

# client
* [pheanstalk](https://github.com/pda/pheanstalk)
* [Minimalistic ](https://github.com/davidpersson/beanstalk)

# Running the Tests
* ./vendor/bin/phpunit tests
* ./vendor/bin/phpunit tests/ConnectTest.php
* ./vendor/bin/phpunit tests/ProducerTest.php
* ./vendor/bin/phpunit tests/ConsumerTest.php

# phpunit
[phpunit](https://phpunit.readthedocs.io/zh_CN/latest/)

# 功能
- 支持队列各种操作
## 监控
- 支持指定频率监控,指定队列监控,指定通知频率,指定通知人,队列最大阈值

# todo
- 支持配置单个队列监控频率,指定通知频率,通知人,队列阈值