Skip to content

Commit

Permalink
Use celery beat.
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 2, 2014
1 parent 66142f9 commit 576b4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,3 +1,3 @@
webdev: python grano/manage.py runserver -t 0.0.0.0
web: gunicorn -b 0.0.0.0:5000 -w 10 -t 1800 grano.manage:app
bgdev: celery -A grano.background worker
bgdev: celery -A grano.background worker --beat

0 comments on commit 576b4db

Please sign in to comment.