0

我将应用程序推送到heroku,运行时heroku open出现应用程序错误

我检查了我的日志,这是错误打印之一:

(2012-08-01T22:20:28+00:00 heroku[路由器]:错误 H14(没有运行 Web 进程)-> GET wawacom-troapp.herokuapp.com/dyno= queue=wait= service= status=503 bytes )

该应用程序是使用 sqlite3 设计的 django 应用程序。有人可以帮助我吗?

4

2 回答 2

1

https://devcenter.heroku.com/articles/error-codes#h14-no-web-processes-running

看起来您需要扩展您的网络流程;

heroku ps:规模网络= 1

于 2012-08-18T01:58:40.293 回答
0

这应该会有所帮助。按照 Heroku 的指南进行操作。https://devcenter.heroku.com/articles/django

于 2012-08-02T18:41:41.960 回答