1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

Increase Gunicorn timeout and worker count in entrypoint script for improved performance

This commit is contained in:
Sean Morley 2024-12-28 15:06:29 -05:00
parent 7cf634def8
commit 8716efb613

View file

@ -39,4 +39,4 @@ python manage.py download-countries
cat /code/adventurelog.txt
# Start gunicorn
gunicorn main.wsgi:application --bind 0.0.0.0:8000
gunicorn main.wsgi:application --bind 0.0.0.0:8000 --timeout 120 --workers 2