gunicorn 报错 - unrecognized arguments

创建日期: 2023-04-28 19:01 | 作者: 风波 | 浏览次数: 14 | 分类: Python

参考:https://stackoverflow.com/questions/71823255/gunicorn-error-unrecognized-arguments-wsgiapplication

报错信息

gunicorn: error: unrecognized arguments: --bind 0.0.0.0:8000 wsgi:app

解决方案

添加参数

--threads=3
14 浏览
8 爬虫
0 评论