commonledger/php-resque-repeater
Composer 安装命令:
composer require commonledger/php-resque-repeater
包简介
php-resque-repeater is a fork of php-resque-scheduler, designed to manage repeating jobs in resque
README 文档
README
php-resque-repeater is a fork of the php-resque-scheduler library, designed for managing repeating jobs that are run then enqueued again at a later time using Resque.
The major difference between this library and php-resque-scheduler is the repeating jobs are stored in a sorted set, which ensures that each unique job is only scheduled once. Any subsequent enqueues will overwrite the timestamp of the previous one. Basically, this enforces that each unique job type (across queue, class and args) can only be queued once.
The public api for php-resque-scheduler is similar to php-resque-scheduler. Further documentation on usage is pending.
统计信息
- 总下载量: 15.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-04-07