Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jason-gao/beanstalkusing
- Owner: jason-gao
- Created: 2017-12-15T03:12:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T03:35:01.000Z (over 5 years ago)
- Last Synced: 2023-07-15T04:46:35.093Z (over 1 year ago)
- Topics: beanstalk
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 支持配置单个队列监控频率,指定通知频率,通知人,队列阈值