I want to run a task every minute on Heroku to check if conditions are met to time-out certain user tasks. I can only run a Heroku cron job every hour, so what\'s the best
As of today, you can the scheduling gem, clockwork. Heroku officially supports this and you can find their documentation here.