From 3dea73b0bdbab816d753eebd9180975b92e08a1b Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 11 Aug 2017 00:08:46 +0200 Subject: [PATCH] celery: use fair task scheduling --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c5475a2..caea62e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: gunicorn -w 9 -t 3600 -b 127.0.0.1:42157 forget:app -worker: python tasks.py -B +worker: python tasks.py -B -Ofair