add worker-class eventlet to procfile
This commit is contained in:
parent
e5d77a8398
commit
c70336ffce
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
||||||
web: gunicorn server:server
|
web: gunicorn --worker-class eventlet -w 1 server:server
|
||||||
release: python manage.py db upgrade
|
release: python manage.py db upgrade
|
Loading…
Reference in a new issue