How to kill a scheduled job as of 2026? #712
-
|
Hello there :) As of 2026, the API of the library seems to have changed a lot since #142 and we can't find a way to kill/delete a scheduled job. Can someone point us on the right direction? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
geofmureithi
Mar 18, 2026
Replies: 1 comment
-
|
With postgres, you can solve this with updating the status to "Killed" via a sql query. Looking on how to provide this as a trait. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JasterV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With postgres, you can solve this with updating the status to "Killed" via a sql query. Looking on how to provide this as a trait.