Heroku&延迟工作&无工作 - RestClient :: ResourceNotFound

时间:2011-09-10 05:59:07

标签: ruby-on-rails heroku delayed-job

Heroku & Delayed Job - Autoscale Branch - RestClient::ResourceNotFound类似

在Heroku Cedar上运行延迟的工作时,我得到了这个:

RestClient::ResourceNotFound (404 Resource Not Found):
app/controllers/subscribers_controller.rb:16:in `create'

https://gist.github.com/1208004

检查我的控制器

一切都在我的开发机器上工作。

请帮忙

1 个答案:

答案 0 :(得分:5)

我找到了它:

我必须在heroku中添加一个config var:

heroku config:add APP_NAME=myapp

:)