From: Charles Connell Date: Fri, 16 May 2014 19:20:58 +0000 (-0400) Subject: Back to old way of doing scheduled tasks X-Git-Tag: release-20150131~45 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fkarmaworld.git;a=commitdiff_plain;h=804ec2c9cb05a34b42ce2c6f370f9282bef6f754 Back to old way of doing scheduled tasks --- 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