From e2c1c03bfc500e3600aa2866645287e9837f3233 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 12:45:50 -0700 Subject: [PATCH] try no web --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index af19e3c..0bf6671 100644 --- a/Procfile +++ b/Procfile @@ -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 \ No newline at end of file