summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-12-31 18:13:38 +0200
committerYuval Adam <yuv.adm@gmail.com>2013-12-31 18:13:38 +0200
commit0a958e3327f40df856ca61a854a5283553af6461 (patch)
treed997e71c56dc5904730252dbdd9309c377ecdd9c /Procfile
parent2931371ab237f19125547666467fc1230fc6a1d2 (diff)
Add worker process
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
index 12538f8..6b634d3 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1,2 @@
web: python manage.py run_gunicorn -b 0.0.0.0:$PORT
+worker: celery -A newsdiff worker -B --loglevel=info