add celery worker to procfile
authorCharles Connell <charles@connells.org>
Wed, 14 May 2014 22:23:24 +0000 (18:23 -0400)
committerCharles Connell <charles@connells.org>
Thu, 15 May 2014 18:47:07 +0000 (14:47 -0400)
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