Skip to content
Snippets Groups Projects

Resolve "Add timeout to gunicorn workers"

Merged Dominik Seeger requested to merge 259-add-timeout-to-gunicorn-workers into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading