mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Fix graceful shutdown of local dev containers and use watchfiles for celery beat + flower
This commit is contained in:
parent
5c1cc0d40a
commit
e4863c823a
|
@ -5,4 +5,4 @@ set -o nounset
|
|||
|
||||
|
||||
rm -f './celerybeat.pid'
|
||||
celery -A config.celery_app beat -l INFO
|
||||
exec watchfiles celery.__main__.main --args '-A config.celery_app beat -l INFO'
|
||||
|
|
Loading…
Reference in New Issue
Block a user