scheduling a job every minute Rails 3.1 on Heroku

前端 未结 3 555
南旧
南旧 2020-12-31 18:14

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

3条回答
  •  鱼传尺愫
    2020-12-31 18:36

    As of today, you can the scheduling gem, clockwork. Heroku officially supports this and you can find their documentation here.

提交回复
热议问题