Running Cron Tasks on Heroku

Posted by viatropos on Stack Overflow See other posts from Stack Overflow or by viatropos
Published on 2010-04-10T01:46:27Z Indexed on 2010/04/10 1:53 UTC
Read the original article Hit count: 454

Filed under:
|

I've seen that Heroku charges $15/mo to run Delayed Job, and $3/mo to run cron tasks daily. Is it possible to skip that entirely and run my own cron tasks manually? Or are they somehow figuring out that I'm running cron tasks?

© Stack Overflow or respective owner

Related posts about cron

Related posts about heroku