projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f0f6c
)
Add celery beat
author
Charles Connell
<charles@connells.org>
Thu, 15 May 2014 18:12:26 +0000
(14:12 -0400)
committer
Charles Connell
<charles@connells.org>
Thu, 15 May 2014 18:47:07 +0000
(14:47 -0400)
Procfile
patch
|
blob
|
history
diff --git
a/Procfile
b/Procfile
index e43aaa5680338b1c562abbad4ab36559d8fa3bde..88db7185ad9b198f39a985e24db191c89b465c3b 100644
(file)
--- a/
Procfile
+++ b/
Procfile
@@
-1,2
+1,3
@@
web: gunicorn karmaworld.wsgi
-celery: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info
+celery-worker: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info
+celery-beat: python manage.py celery beat --pidfile=/tmp/beat.pid -l info