Skip to content
Snippets Groups Projects
Commit 95ef27d8 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

set worker timeout to 90 seconds

parent 8b4f488b
No related branches found
No related tags found
1 merge request!54set worker timeout to 90 seconds
Checking pipeline status
...@@ -19,4 +19,4 @@ RUN python manage.py collectstatic --settings=ldvspec.settings.dev --noinput ...@@ -19,4 +19,4 @@ RUN python manage.py collectstatic --settings=ldvspec.settings.dev --noinput
EXPOSE 8000 EXPOSE 8000
# run gunicorn # run gunicorn
CMD exec gunicorn ldvspec.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4 --worker-class gevent CMD exec gunicorn ldvspec.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4 --worker-class gevent --timeout 90
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