软件包: ruby-sidekiq-cron (0.6.3-4)
ruby-sidekiq-cron 的相关链接
Trisquel 的资源:
下载源码包 ruby-sidekiq-cron:
- [ruby-sidekiq-cron_0.6.3-4.dsc]
- [ruby-sidekiq-cron_0.6.3.orig.tar.gz]
- [ruby-sidekiq-cron_0.6.3-4.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mail Archive)
- Pirate Praveen
外部的资源:
- 主页 [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
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-redis-namespace (>= 1.5.2)
- Namespaces commands when multiple apps access same redis server
-
- dep: ruby-rufus-scheduler (>= 3.3~)
- job scheduler for Ruby
-
- dep: ruby-sidekiq (>= 4.2.1~)
- Simple, efficient background processing for Ruby