datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
86 stars 12 forks source link

Add documentation for scheduling tasks on Heroku #79

Closed jeancochrane closed 4 years ago

jeancochrane commented 4 years ago

Overview

Add some documentation for scheduling tasks on Heroku.

Connects #76.

Notes

While this PR recommends Cron To Go, there are actually a couple of different Heroku services that offer similar scheduling functionality, notably Advanced Scheduler and Temporize. I tried all three and Cron To Go was the clear winner in terms of pricing, number of features, and ease of use of the dashboard. It felt like overkill to me to write a recommendation of adoption for this decision, but if you think it's necessary as part of this PR I'd be happy to add it on.

Testing Instructions