maximerenou/queue
Composer 安装命令:
composer require maximerenou/queue
包简介
Php package to manage queue tasks in a simple way
README 文档
README
New features in this fork:
- You can push any job in a queue
- Jobs can ask to run one more time (try again)
- You can specify how many jobs you wish to keep in "successful", "error", "failed" and "retry" dynamic queues. It allows you to monitor last jobs without consuming too much disk space or memory.
- You can use a custom function to instance jobs (useful when working with a Container)
Current implementations:
- Redis (see
example/bin/)
TODO
- Update tests
- Implements AWS SQS
- Implements MySQL
You may want to check the original repository.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-06