Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1335 from johngian/run-beat
Browse files Browse the repository at this point in the history
Add script to run celery beat.
  • Loading branch information
johngian authored Mar 21, 2017
2 parents 5da70fb + 75c5bb7 commit 31982d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/run-celery-beat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

python manage.py migrate djcelery
celery -A remo beat -l INFO

0 comments on commit 31982d4

Please sign in to comment.