Skip to content

Commit

Permalink
fix: fix celery beat startup without django_celery_beat tables
Browse files Browse the repository at this point in the history
  • Loading branch information
goatwu1993 committed Jul 14, 2023
1 parent 69505fb commit 87ca0f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -o nounset


rm -f './celerybeat.pid'
python manage.py migrate django_celery_beat
exec watchfiles --filter python celery.__main__.main --args '-A config.celery_app beat -l INFO'

0 comments on commit 87ca0f2

Please sign in to comment.