try no web

This commit is contained in:
Sorrel Bri 2019-10-12 12:45:50 -07:00
parent 6f38328c26
commit e2c1c03bfc

View file

@ -1,2 +1,2 @@
gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 server:server
gunicorn --worker-class eventlet -w 1 module:app
release: python manage.py db upgrade