gpt4 book ai didi

python - Heroku 中的 H14 错误 - "no web processes running"

转载 作者:IT老高 更新时间:2023-10-28 20:25:40 26 4
gpt4 key购买 nike

部署到heroku时发生错误H14这是我的过程文件:

web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent main:app

登录heroku:

2017-01-23T10:42:58.904480+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=meetcapstone.herokuapp.com request_id=df88efb5-a81a-4ac0-86dc-4e03d71266bb fwd="81.218.117.137" dyno= connect= service= status=503 bytes=
2017-01-23T10:42:59.009135+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=meetcapstone.herokuapp.com request_id=21cea981-36b0-4410-891f-548bbc29f0ee fwd="81.218.117.137" dyno= connect= service= status=503 bytes=

要求:

Flask==0.11.1
passlib==1.7.0
SQLAlchemy==1.1.5
Werkzeug==0.11.15
gunicorn==19.0.0
gevent==1.2.1

最佳答案

这里的问题是您没有运行任何网络测功机。您可以通过以下方式告诉 Heroku:

$ heroku ps:scale web=1

这将迫使 Heroku 启动一个 web dyno,从而执行你的 gunicorn 命令。

关于python - Heroku 中的 H14 错误 - "no web processes running",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41804507/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com