fix: enable gunicorn log config (#7600)
This commit is contained in:
parent
f2ab1dec71
commit
c7d157e221
|
@ -21,6 +21,7 @@ trap 'trap "" TERM; cleanup' TERM
|
||||||
|
|
||||||
# start gunicorn in the background so we can trap the TERM signal
|
# start gunicorn in the background so we can trap the TERM signal
|
||||||
gunicorn \
|
gunicorn \
|
||||||
|
-c /workspace/gunicorn.conf.py \
|
||||||
--workers "${DATATRACKER_GUNICORN_WORKERS:-9}" \
|
--workers "${DATATRACKER_GUNICORN_WORKERS:-9}" \
|
||||||
--max-requests "${DATATRACKER_GUNICORN_MAX_REQUESTS:-32768}" \
|
--max-requests "${DATATRACKER_GUNICORN_MAX_REQUESTS:-32768}" \
|
||||||
--timeout "${DATATRACKER_GUNICORN_TIMEOUT:-180}" \
|
--timeout "${DATATRACKER_GUNICORN_TIMEOUT:-180}" \
|
||||||
|
|
Loading…
Reference in a new issue