We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d31cb1 commit 599253fCopy full SHA for 599253f
start-gunicorn.sh
@@ -14,7 +14,6 @@ gunicorn $APP_MODULE \
14
--name $APP_PROCESS_NAME \
15
--bind=0.0.0.0:$APP_PORT \
16
--workers=$APP_WORKERS_COUNT \
17
- --worker-class=eventlet
18
--timeout=$TIMEOUT \
19
--log-level=$APP_LOG_LEVEL \
20
--log-file="-" \
0 commit comments