📜  通过命令设置 gunicorn 超时 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:39.499000             🧑  作者: Mango

代码示例1
gunicorn app:app -b :8080 --timeout 120 --workers=3 --threads=3 --worker-connections=1000