summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-01-15 12:56:15 +0200
committerYuval Adam <yuv.adm@gmail.com>2014-01-15 12:56:15 +0200
commitf2cc5a3aa4c5acaa6b9fd38af10ebdd492ca0ee4 (patch)
tree4a72b856fe96f5755a6e767f0de6f13ff562449d /Procfile
parent8c361b2867414760b776908fb7f82535ca4d63c3 (diff)
Reduce gunicorn workers
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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