Back to old way of doing scheduled tasks
authorCharles Connell <charles@connells.org>
Fri, 16 May 2014 19:20:58 +0000 (15:20 -0400)
committerCharles Connell <charles@connells.org>
Fri, 16 May 2014 19:20:58 +0000 (15:20 -0400)
Procfile

index f9016aa8aacaeebce932d82ef068f2505ac9aca0..285231d6275aebca8035500efb039d4d3d7060e1 100644 (file)
--- 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
 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