From 2dd1765c4747a3ec67c81ec6af8a983f2d9cab53 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Wed, 16 Oct 2019 16:50:55 -0700 Subject: [PATCH] change procfile remove worker --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 9c70479..c2f4020 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn --worker-class eventlet -w 1 --log-file=- server:app +web: gunicorn server:app release: python manage.py db upgrade \ No newline at end of file