delayed_job queue not being processed on Heroku

后端 未结 4 567
暖寄归人
暖寄归人 2021-01-23 02:14

I\'m running a Rails 3 app with delayed_job. The issue I\'ve come across is that though the app is correctly adding jobs to the queue, they are never being processed.

4条回答
  •  没有蜡笔的小新
    2021-01-23 03:03

    This is kinda a long shot but make sure you are using the same Ruby version on Heroku as you are on your local machine. I had a problem with delayed jobs on Heroku before because of this.

提交回复
热议问题