Disable a periodic task when the schedule is removed from the env BEAT_SCHEDULE #559
Unanswered
carlosdorneles-mb
asked this question in
Q&A
Replies: 1 comment
-
Hi, long time ago but still a topic, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, is there any way for the module to detect when a schedule has been removed from the BEAT_SCHEDULE environment variable and automatically disable it in the database?
I know that today the module detects when new schedules in this variable and it automatically registers in the database, but I need something that works the other way around.
Beta Was this translation helpful? Give feedback.
All reactions