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
Noticed the following Bull error on our cluster that occurred during application startup.
Error: job stalled more than allowable limit
at /app/node_modules/bullmq/dist/cjs/classes/worker.js:517:62
at Array.forEach (<anonymous>)
at WorkerPro.notifyFailedJobs (/app/node_modules/bullmq/dist/cjs/classes/worker.js:517:20)
at WorkerPro.moveStalledJobsToWait (/app/node_modules/bullmq/dist/cjs/classes/worker.js:510:22)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async WorkerPro.checkConnectionError (/app/node_modules/bullmq/dist/cjs/classes/queue-base.js:118:20)
at async WorkerPro.runStalledJobsCheck (/app/node_modules/bullmq/dist/cjs/classes/worker.js:494:17)
```
Looking at my logs for the last 30 days, I saw a burst of those on one single day, not sure what to make of that:
![image](https://user-images.githubusercontent.com/873009/226401815-c3bd2486-0669-4443-a584-c5bca3940680.png)
Any idea on how to triangulate this?
The text was updated successfully, but these errors were encountered:
Hi there
Version:
5.1.14
Noticed the following Bull error on our cluster that occurred during application startup.
The text was updated successfully, but these errors were encountered: