Skip to content
Snippets Groups Projects

Increased workers in example compose

Merged Daniele Dal Santo requested to merge master-patch-66c8 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ services:
"/bin/bash",
"--login",
"-c",
"gunicorn itk_demo_optoboard.api.wsgi:app --bind 0.0.0.0:5009 --timeout 600 --workers=1"
"gunicorn itk_demo_optoboard.api.wsgi:app --bind 0.0.0.0:5009 --timeout 600 --workers=4"
]
depends_on:
- worker
Loading