Mark a delayed job as completed or failed #2703
Unanswered
minhduc17801
asked this question in
Q&A
Replies: 1 comment
-
One way could be to promote the delayed job and then do a noop in the processor https://api.docs.bullmq.io/classes/v5.Job.html#promote |
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
-
I have a queue that will mainly process jobs with delay. Sometimes jobs will no longer need to be processed but I don't want to remove it but rather move it to completed or failed (preferably with a reason).
Beta Was this translation helpful? Give feedback.
All reactions