Redis Cluster, Can't add the job to the failed queue
Author: wdh-1025Created Mar 26, 2021Updated Jun 3, 2026
Labelsbug
In the environment of Redis cluster,Can't add the job to the failed queue,Job will hold the lock for a long time until the Job times out!
Description
queue.process('testjob', async (job,done) => {
done(new Error('error transcoding'))
//OR
throw new Error('error transcoding')
//Can't add the job to the failed queue
})Bull version
3.22.0
Source: OptimalBits/bull