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 |
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.
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).
All reactions