Skip to content

Commit

Permalink
Fix gunicorn workers param
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Dec 9, 2024
1 parent e45bad7 commit dab490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/django/start
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ python /app/manage.py compilemessages
python /app/manage.py collectstatic --noinput --ignore=mvts
python /app/manage.py compress --force
python /app/manage.py collectstatic --noinput --ignore=mvts
/venv/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --worker=4 --timeout=240 --chdir=/app
/venv/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --workers=4 --timeout=240 --chdir=/app

0 comments on commit dab490c

Please sign in to comment.