Skip to content

Commit 599253f

Browse files
authored
Disable async workers
1 parent 9d31cb1 commit 599253f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

start-gunicorn.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ gunicorn $APP_MODULE \
1414
--name $APP_PROCESS_NAME \
1515
--bind=0.0.0.0:$APP_PORT \
1616
--workers=$APP_WORKERS_COUNT \
17-
--worker-class=eventlet
1817
--timeout=$TIMEOUT \
1918
--log-level=$APP_LOG_LEVEL \
2019
--log-file="-" \

0 commit comments

Comments
 (0)