Remove Triggers and Jobs if not referenced #1301
Unanswered
ryantullis
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
-
I'm using Quartz.net and extension methods to registers jobs and triggers. If I update the code to no longer add that trigger, how can I make it so that the trigger/job is removed? currently they persist but if I say comment out the line that registers FooJob, how do i get it to not keep running FooJob?
Beta Was this translation helpful? Give feedback.
All reactions