Merge commit '81746ee508f6ab0ffe757856d9a3d5d855db2560'
This commit is contained in:
commit
6789a81f2c
|
@ -51,4 +51,4 @@ export IS_GUNICORN="true"
|
||||||
export PROCESS_WAITING_MESSAGES="true"
|
export PROCESS_WAITING_MESSAGES="true"
|
||||||
|
|
||||||
# THIS MUST BE THE LAST COMMAND!
|
# THIS MUST BE THE LAST COMMAND!
|
||||||
exec poetry run gunicorn ${additional_args} --bind "0.0.0.0:$port" --workers="$workers" --timeout 90 --capture-output --access-logfile '-' --log-level debug wsgi:app
|
exec poetry run gunicorn ${additional_args} --bind "0.0.0.0:$port" --workers="$workers" --limit-request-line 8192 --timeout 90 --capture-output --access-logfile '-' --log-level debug wsgi:app
|
||||||
|
|
Loading…
Reference in New Issue