Replies: 1 comment
-
I think the way forward on this is to pass an AbortController signal into handlers along with the job |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I found in docs the
.stop()
method with all graceful parametersI wonder if there is any way to notify worker via EventListener about such event and gracefuly stop the job processing. In my case I have long time running job and I'd like to gracefuly stop my logic without retrying the whole task.
Beta Was this translation helpful? Give feedback.
All reactions