From 55f48e46aa2eb6c75a57ddce961b0f7101d2622a Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Wed, 14 May 2014 18:23:24 -0400 Subject: [PATCH] add celery worker to procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3b127ce..e43aaa5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: gunicorn karmaworld.wsgi +celery: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info -- 2.25.1