Increase Gunicorn timeout and worker count in entrypoint script for improved performance
This commit is contained in:
@@ -39,4 +39,4 @@ python manage.py download-countries
|
|||||||
cat /code/adventurelog.txt
|
cat /code/adventurelog.txt
|
||||||
|
|
||||||
# Start gunicorn
|
# 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
|
||||||
Reference in New Issue
Block a user