EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit f0ffe3f9 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

renderer timeout to 2min

parent 77ac3a80
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
echo "Running gunicorn"
exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --max-requests 10 --max-requests-jitter 3 --worker-class sync --timeout 600 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog
exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --max-requests 10 --max-requests-jitter 3 --worker-class sync --timeout 120 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment