From: Charles Connell Date: Wed, 14 May 2014 22:23:24 +0000 (-0400) Subject: add celery worker to procfile X-Git-Tag: release-20150131~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55f48e46aa2eb6c75a57ddce961b0f7101d2622a;p=oweals%2Fkarmaworld.git add celery worker to procfile --- 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