Skip to content

Commit

Permalink
update to latest uvicorn to try to improve uptime
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Jul 8, 2024
1 parent 9ae6615 commit 18e9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/uvicorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -o nounset

/venv/bin/python3 /app/manage.py collectstatic --noinput
/venv/bin/python3 /app/manage.py compilemessages
/venv/bin/uvicorn config.asgi:application --host 0.0.0.0 --port 8000
/venv/bin/uvicorn config.asgi:application --host 0.0.0.0 --port 8000 --workers 20

0 comments on commit 18e9ca4

Please sign in to comment.