From b95b47018a62e0211e58bff769f2277271cc2ce6 Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 19 Jan 2018 03:30:38 +0100 Subject: [PATCH] set celery to autoscale from 8 to 64 processes --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 5838b5d..bcd3e65 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ web: gunicorn -w 9 -t 3600 -b 127.0.0.1:42157 forget:app -worker: celery -A tasks worker --concurrency=16 +worker: celery -A tasks worker --autoscale=64,8 beat: celery -A tasks beat