パッケージ: ruby-sidekiq-cron (1.2.0-1)
ruby-sidekiq-cron に関するリンク
Debian の資源:
ruby-sidekiq-cron ソースパッケージをダウンロード:
- [ruby-sidekiq-cron_1.2.0-1.dsc]
- [ruby-sidekiq-cron_1.2.0.orig.tar.gz]
- [ruby-sidekiq-cron_1.2.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
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-fugit
- Time tools for Ruby and flor
-
- dep: ruby-sidekiq (>= 4.2.1~)
- Simple, efficient background processing for Ruby