From 804ec2c9cb05a34b42ce2c6f370f9282bef6f754 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Fri, 16 May 2014 15:20:58 -0400 Subject: [PATCH] Back to old way of doing scheduled tasks --- Procfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Procfile b/Procfile index f9016aa..285231d 100644 --- a/Procfile +++ b/Procfile @@ -1,5 +1,3 @@ web: gunicorn karmaworld.wsgi celeryworker: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info celerybeat: python manage.py celery beat --pidfile=/tmp/beat.pid -l info -tweetnote: python manage.py tweet_note -mturkresults: python manage.py get_mturk_results -- 2.25.1