From f2cc5a3aa4c5acaa6b9fd38af10ebdd492ca0ee4 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 15 Jan 2014 12:56:15 +0200 Subject: Reduce gunicorn workers --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1bff32f..6b634d3 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: python manage.py run_gunicorn -b 0.0.0.0:$PORT -w 2 +web: python manage.py run_gunicorn -b 0.0.0.0:$PORT worker: celery -A newsdiff worker -B --loglevel=info -- cgit v1.3.1