Hacker News new | ask | show | jobs
by bpicolo 2855 days ago
An advantage of Celery is that it doesn't require payment for an enterprise version to add things like scheduled tasks.
1 comments

If you're talking about Sidekiq there's free open source solutions for that in Rails world. https://github.com/moove-it/sidekiq-scheduler https://github.com/ondrejbartas/sidekiq-cron Besides Sidekiq is just one out of many.
Good to know, cheers