开发者

Delayed Job - Rails 3 - Heroku

开发者 https://www.devze.com 2023-01-31 13:17 出处:网络
Has anyone gotten Delayed Job working on Heroku Beta for Rails 3? We switched over to rails 3 and now I can no longer activate dela开发者_如何学Goyed job with \"rake jobs:work\"do you have active wor

Has anyone gotten Delayed Job working on Heroku Beta for Rails 3?

We switched over to rails 3 and now I can no longer activate dela开发者_如何学Goyed job with "rake jobs:work"


do you have active workers? It sounds like you have a job queue but no workers to process. Try this:

$ heroku workers 1

for more information: Running DJ workers on Heroku

0

精彩评论

暂无评论...
验证码 换一张
取 消