Skip to content
Snippets Groups Projects
Commit 077429a3 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

increase gunicorn timeout to 300s

parent 630f9b3e
No related branches found
No related tags found
No related merge requests found
Pipeline #46390 passed
......@@ -11,6 +11,6 @@ RUN pip install -r requirements/prod.txt
RUN python manage.py collectstatic --settings=atdb.settings.dev --noinput
# run gunicorn
CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4 --timeout 120
CMD exec gunicorn atdb.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4 --timeout 300
......@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %}
</div>
</div>
<p class="footer"> Version 16 March 2023
<p class="footer"> Version 18 March 2023
</div>
......
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