From 0a958e3327f40df856ca61a854a5283553af6461 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 31 Dec 2013 18:13:38 +0200 Subject: Add worker process --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 12538f8..6b634d3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ web: python manage.py run_gunicorn -b 0.0.0.0:$PORT +worker: celery -A newsdiff worker -B --loglevel=info -- cgit v1.3.1