summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 6b634d3..1bff32f 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 2
worker: celery -A newsdiff worker -B --loglevel=info