From 958d07d315500694c234064e7eae20b7e2e15692 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 30 Jan 2014 13:14:56 +0200 Subject: Enhance workers by a factor of 3 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 6b634d3..df82212 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: python manage.py run_gunicorn -b 0.0.0.0:$PORT +web: python manage.py run_gunicorn -b 0.0.0.0:$PORT -w 3 worker: celery -A newsdiff worker -B --loglevel=info -- cgit v1.3.1