Fix graceful shutdown of local dev containers and use watchfiles for celery beat + flower

This commit is contained in:
Jeh 2023-01-17 12:08:03 +05:30 committed by GitHub
parent 5c1cc0d40a
commit e4863c823a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ set -o nounset
rm -f './celerybeat.pid' 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'