freebsd-ports/devel/rubygem-sidekiq-cron/pkg-descr
Sunpoet Po-Chuan Hsieh abeb9c3d8e - Add rubygem-sidekiq-cron 0.4.2
Sidekiq-Cron is a scheduling add-on for Sidekiq.

It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).

It also 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.

WWW: https://github.com/ondrejbartas/sidekiq-cron
2015-12-30 17:39:23 +00:00

11 lines
470 B
Text

Sidekiq-Cron is a scheduling add-on for Sidekiq.
It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).
It also 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.
WWW: https://github.com/ondrejbartas/sidekiq-cron