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:
d855fc2
)
Does it not like dashes?
author
Charles Connell
<charles@connells.org>
Thu, 15 May 2014 18:37:24 +0000
(14:37 -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 88db7185ad9b198f39a985e24db191c89b465c3b..285231d6275aebca8035500efb039d4d3d7060e1 100644
(file)
--- a/
Procfile
+++ b/
Procfile
@@
-1,3
+1,3
@@
web: gunicorn karmaworld.wsgi
-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
+celeryworker: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info
+celerybeat: python manage.py celery beat --pidfile=/tmp/beat.pid -l info