john-osborne-j commited on
Commit
14d3f2e
·
1 Parent(s): cdfd467

Configure gunicorn for single worker threaded mode

Browse files
Files changed (1) hide show
  1. Procfile +1 -1
Procfile CHANGED
@@ -1 +1 @@
1
- web: gunicorn app:app
 
1
+ web: gunicorn --workers 1 --threads 8 app:app