Skip to content

Commit

Permalink
chore: disable flower monitoring by default
Browse files Browse the repository at this point in the history
Ian2012 committed Aug 22, 2024
1 parent 001dff3 commit 46ac2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorcelery/plugin.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
("CELERY_FLOWER_HOST", "flower.{{LMS_HOST}}"),
("CELERY_FLOWER_DOCKER_IMAGE", "docker.io/mher/flower:2.0.1"),
("CELERY_MULTIQUEUE_ENABLED", False),
("CELERY_FLOWER_SERVICE_MONITOR", True),
("CELERY_FLOWER_SERVICE_MONITOR", False),
]
)

0 comments on commit 46ac2b3

Please sign in to comment.