Skip to content

Commit

Permalink
fix: enable gunicorn log config (#7600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jun 26, 2024
1 parent f2ab1de commit c7d157e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/build/datatracker-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ trap 'trap "" TERM; cleanup' TERM

# start gunicorn in the background so we can trap the TERM signal
gunicorn \
-c /workspace/gunicorn.conf.py \
--workers "${DATATRACKER_GUNICORN_WORKERS:-9}" \
--max-requests "${DATATRACKER_GUNICORN_MAX_REQUESTS:-32768}" \
--timeout "${DATATRACKER_GUNICORN_TIMEOUT:-180}" \
Expand Down

0 comments on commit c7d157e

Please sign in to comment.