Download the PHP package codeages/plumber2 without Composer
On this page you can find all versions of the php package codeages/plumber2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package plumber2
Plumber
安装
使用
启动
重启
停止
监控
进程总数量监控:
需添加进程数量的监控,避免进程异常退出;所有 Plumber 进程都会加上应用名的前缀,可以通过查询含应用名的进程数量。比如下述例子的 ExamplApp 。
Worker 进程的状态监控:
需添加 Plumber Worker 进程的状态监控,进程状态有:
idle
: 空闲状态,表示当前Worker没有新任务。busy
: 繁忙,表示当前Worker进程正在处理任务。limited
: 消费任务被限制了,只有配置了任务消费限流策略才会出现此状态。failed
: 进程出错,表示当前进程执行消费任务的代码时异常退出了。进程异常退出后,会尝试重启进程,连续 10 次重启失败后,进程就不会再重启,进程名会被标记为failed
。
需添加监控项:
- 各个状态的 Worker 进程数量。
- 当有 Worker 进程状态为
failed
时,需告警。
Changelog
See CHANGELOG.md.
All versions of plumber2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
ext-posix Version *
ext-pcntl Version *
docopt/docopt Version ^1.0
monolog/monolog Version ^1.24
psr/container Version ^1.0
codeages/rate-limiter Version ^0.2.2
codeages/beanstalk-client Version ^0.1.4
ext-posix Version *
ext-pcntl Version *
docopt/docopt Version ^1.0
monolog/monolog Version ^1.24
psr/container Version ^1.0
codeages/rate-limiter Version ^0.2.2
codeages/beanstalk-client Version ^0.1.4
The package codeages/plumber2 contains the following files
Loading the files please wait ....