Replies: 2 comments 2 replies
-
This method exists on the scheduler: scheduler.Schedule<MyInvocable>()
.AssignedUniqueIdentifier(myId); Keep track of your ids, and once you want to cancel do: var success = schedule.TryUnschedule(id); These methods aren't in the docs but should be added. Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Prevent overlapping should be available. Take a look at this comment: #77 (comment) |
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, i'm using coravel for my private ASP project and I wonder if there's any elegant way to kill/stop sepcific scheduled service?
Beta Was this translation helpful? Give feedback.
All reactions