cron - Ruby Background Scheduler -
i'm trying use background scheduling in ruby, , seems havent found yet right solution. many gem talked on net, rufus, sidekiq, resque, whenever , clockwwork , wondering best option our need.
basically have few jobs want schedule on cron basis upfront. also, have ability update jobs, or add new jobs during runtime. tried following:
- rufus-scheduler : vary simple , easy integrate. had ability schedule jobs ons startup. problem there no ability dynamically integreate during runtime.
- resque - should have ability schedule @ runtime (schedule.yml) , integrate dynamically, uses process each worker. bad performance.
- sidekiq - should have support of these. adding 3rd party gem "sidekiq-scheduler". had few issues on scheduler , looks not supported, might issue.
so should keep invest on sidekiq-scheduler or have missed more mature gem making works?
any appriciated.
levi
Comments
Post a Comment