Skip to content
Snippets Groups Projects
Commit c7c83380 authored by Dominik Seeger's avatar Dominik Seeger :ghost:
Browse files

added 2 minute timeout

parent 81bc97b7
No related branches found
No related tags found
No related merge requests found
Pipeline #162107 canceled
This commit is part of merge request !258. Comments created here will be created in the context of that merge request.
...@@ -7,6 +7,7 @@ fi ...@@ -7,6 +7,7 @@ fi
gunicorn \ gunicorn \
--bind 0.0.0.0:8000 \ --bind 0.0.0.0:8000 \
--workers=5 \ --workers=5 \
--timeout=120 \
--worker-class=sync \ --worker-class=sync \
--log-level debug \ --log-level debug \
grady.wsgi:application grady.wsgi:application
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment