top | item 33310236

(no title)

r1cka | 3 years ago

Heroku was the original gold standard for git based app deploys, but never for scheduling tasks. Here's a link to the documentation of Heroku's supposed "cron alternative" : https://devcenter.heroku.com/articles/scheduler

It only supports hourly, daily, or every 10 minutes and it isn't even guaranteed to run. I would see it skip jobs more often than I expected, maybe 1 in 20 at times.

Supporting actual cron is way better than anything Heroku offered.

discuss

order

tptacek|3 years ago

I've wanted us to do a cron-thing for years, ever since I started, but because I hate cron. :)