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

This commit is contained in:
Jeh 2023-01-17 12:06:24 +05:30 committed by GitHub
parent ceef4c9e76
commit 07fb9c222e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,4 @@ set -o errexit
set -o nounset set -o nounset
watchfiles celery.__main__.main --args '-A config.celery_app worker -l INFO' exec watchfiles celery.__main__.main --args '-A config.celery_app worker -l INFO'