Replies: 1 comment
-
I think you would need something like this: https://api.docs.bullmq.io/classes/v4.Queue.html#removeRepeatableByKey |
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
-
Is there an easy way to cancel a repeating job from within a worker that is processing a job.
I see
job.disard()
is available but the docs only mention it prevents retries from failures.What I would like is something like
job.discard()
that tells the itself to stop repeating.Beta Was this translation helpful? Give feedback.
All reactions