Hacker News new | ask | show | jobs
by swilliams 5766 days ago
Question about heroku: I know that they have delayed_job support, but I need something that will kick off a DJ call every 5 minutes or so. The hourly cron add-on just won't cut it.
1 comments

Really easy with DJ, but hackie: jobs create jobs, set run_at to five minutes in future. Optionally, similarly created batch of twelve with hourly cron.