Skip to content

Commit

Permalink
fix: missing worker-class gunicorn parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Feb 28, 2024
1 parent 7f00ce9 commit 3a04e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/lm_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ else
export GUNICORN_SERVER="true"
export GUNICORN_WORKERS="${GUNICORN_WORKERS:-2}"
export GUNICORN_THREADS="${GUNICORN_THREADS:-1}"
export GUNICORN_WORKER_CLASS="${GUNICORN_WORKER_CLASS:-sync}"
export GUNICORN_MAX_REQUESTS="${GUNICORN_MAX_REQUESTS:-0}"
export GUNICORN_MAX_REQUESTS_JITTER="${GUNICORN_MAX_REQUESTS_JITTER:-0}"
export GUNICORN_WORKER_CONNECTIONS="${GUNICORN_WORKER_CONNECTIONS:-1000}"
Expand Down

0 comments on commit 3a04e6b

Please sign in to comment.