Skip to content
Pedro Belo edited this page Jul 10, 2015 · 6 revisions

There are several alternatives out there for you to run a scheduled task in your app. It can be as low level as setting up a crontab in EC2, or as high level as installing the Heroku Scheduler add-on to your app.

But sometimes you need more. Maybe you're not able to change your tasks the way you want, maybe you need more control and introspection around task execution, maybe you want to test the whole thing... When this time arrives, we suggest bringing the scheduling to your app with Clockwork.

Further reading: