Add celery beat
authorCharles Connell <charles@connells.org>
Thu, 15 May 2014 18:12:26 +0000 (14:12 -0400)
committerCharles Connell <charles@connells.org>
Thu, 15 May 2014 18:47:07 +0000 (14:47 -0400)
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