Option to Disable auto-reload of periodic tasks #473
Unanswered
sandeepgk1989
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Is there any option to stop the django-celery-beat to auto-reload the changes in the periodic tasks? We want to control this ourselves and run the reload manually(DatabaseScheduler: Schedule changed).
Background Issue: sometimes the reload is happening continuously for every small change and it's missing some schedules at that time to trigger.
django-celery-beat==2.1.0
Beta Was this translation helpful? Give feedback.
All reactions