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:
7e2e840
)
add celery worker to procfile
author
Charles Connell
<charles@connells.org>
Wed, 14 May 2014 22:23:24 +0000
(18:23 -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 3b127ce3c61018a2a88c11dd71d1aac871eaa9f4..e43aaa5680338b1c562abbad4ab36559d8fa3bde 100644
(file)
--- a/
Procfile
+++ b/
Procfile
@@
-1
+1,2
@@
web: gunicorn karmaworld.wsgi
+celery: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info