【问题标题】:heroku[router]: Error H14 (No web processes running) -> GET .herokuapp.com/ dyno= queue= wait= service= status=503 bytes=heroku [路由器]:错误 H14(没有运行 Web 进程)-> GET .herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
【发布时间】:2012-07-30 21:48:10
【问题描述】:

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

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

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

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

【问题讨论】:

    标签: python django heroku


    【解决方案1】:

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

    【讨论】:

      【解决方案2】:

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

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

      heroku ps:scale web=1

      【讨论】:

        猜你喜欢
        • 2012-04-15
        • 2017-06-07
        • 1970-01-01
        • 2015-09-22
        • 2012-07-09
        • 1970-01-01
        • 1970-01-01
        • 2020-06-19
        • 2012-12-19
        相关资源
        最近更新 更多