[ 原始碼: ruby-sidekiq-cron ]
套件:ruby-sidekiq-cron(1.8.0-1)
ruby-sidekiq-cron 的相關連結
Debian 的資源:
下載原始碼套件 ruby-sidekiq-cron:
- [ruby-sidekiq-cron_1.8.0-1.dsc]
- [ruby-sidekiq-cron_1.8.0.orig.tar.gz]
- [ruby-sidekiq-cron_1.8.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
scheduling add-on for Sidekiq
Sidekiq Cron helps to add repeated scheduled jobs. It enables to set jobs to be run in specified time (using CRON notation)
It runs a thread alongside Sidekiq workers to schedule jobs at specified times (using cron notation `* * * * *` parsed by Rufus-Scheduler
It checks for new jobs to schedule every 10 seconds and doesn't schedule the same job multiple times when more than one Sidekiq worker is running.
Scheduling jobs are added only when at least one Sidekiq process is running.
其他與 ruby-sidekiq-cron 有關的套件
|
|
|
|
-
- dep: ruby-fugit (>= 1)
- time tools for Ruby and flor
-
- dep: ruby-sidekiq (>= 4.2.1)
- Simple, efficient background processing for Ruby