heroku中的flask应用程序出现工作者超时错误

时间:2018-11-21 09:23:16

标签: python heroku flask

我在heroku上有一个应用程序,在该应用程序中,我已经配置了网络和工作者动态功能

enter image description here

现在,当我尝试登录时,我的应用程序登录页面运行正常,不允许我使用。我检查了日志,并显示以下错误

at=error code=H13 desc="Connect
ion closed without response" method=POST path="/api/1.0/adminusers/login" host=*** request_id=1239b748-2185-42cc-ab9a-3a7688695f72 fwd="" dyno=web.1 connect=0ms service=233ms status=503 bytes=0 protocol=https

heroku文档中提到了H13错误

https://devcenter.heroku.com/articles/error-codes#h13-connection-closed-without-response

但是我仍然无法更改超时时间。

还执行了以下命令 heroku ps

它显示了以下输出

=== web (Hobby): newrelic-admin run-program gunicorn manage:app (1)
web.1: up 2018/11/21 13:36:44 +0500 (~ 23m ago)

=== worker (Hobby): newrelic-admin run-program celery worker -A celery_worker.ce
lery (1)
worker.1: up 2018/11/21 13:36:42 +0500 (~ 23m ago)

如果您阅读文档,则清楚地指出H13错误

request has not been processed by a worker before the timeout happens. 

但是,如果您看上去我已经正确配置了所有内容。

0 个答案:

没有答案