You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), and the check is done on 'message' rather than name, a thrown DelayedError is not read properly, causing the 'Missing lock for job' error.
I used the Process Step Jobs process (and delayed a job but with a timeout (yes, the timeout I used was not of a timestamp, but just the seconds), and I got the aforementioned error.
await job.moveToDelayed(500, token); throw new DelayedError(The error occured);`
The text was updated successfully, but these errors were encountered:
bullmq/src/classes/worker.ts
Line 763 in 7d51ed7
Becaused Sandboxed Processors create new errors (rather than just rethrowing what was made
bullmq/src/classes/sandbox.ts
Line 29 in 7d51ed7
I used the Process Step Jobs process (and delayed a job but with a timeout (yes, the timeout I used was not of a timestamp, but just the seconds), and I got the aforementioned error.
await job.moveToDelayed(500, token); throw new DelayedError(
The error occured);`The text was updated successfully, but these errors were encountered: