index
:
newsdiff
master
A tool for scraping, parsing, archiving and analysing mainstream media content
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Procfile
1
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