From 2041c8a34bf1b0b015d6b359114f104696a02d2d Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 18 Jun 2020 23:11:05 -0600 Subject: use only one worker --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 053b14c..4bbb0c4 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn bot:app --log-file - +web: gunicorn -w 1 bot:app --log-file - -- cgit v1.2.3