与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
检查我的控制器一切都在我的开发机器上工作。
请帮忙
答案 0 :(得分:5)
我找到了它:
我必须在heroku中添加一个config var:
heroku config:add APP_NAME=myapp
:)