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

added 2 minute timeout

parent 343d8165
No related branches found
Tags 5.3.0
1 merge request!258Resolve "Add timeout to gunicorn workers"
Pipeline #162111 passed
......@@ -7,6 +7,7 @@ fi
gunicorn \
--bind 0.0.0.0:8000 \
--workers=5 \
--timeout=120 \
--worker-class=sync \
--log-level debug \
grady.wsgi:application
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