Replies: 1 comment
-
BullMQ has a built in mechanism for detecting stalled jobs and move them back to wait for re-processing (by default one time but you can increase this setting if necessary): https://docs.bullmq.io/guide/jobs/stalled |
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'm dealing with a tricky situation in our BullMQ implementation where jobs occasionally get stuck in the "active" state. We've seen this happen when our processors crash or timeout, but the jobs remain locked in Redis.
I've looked into BullMQ's cancellation features with observables, but I'm wondering if there is a free solution.
Specifically, I'm looking for:
Has anyone implemented a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions