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
(node:25) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
at node:internal/util:434:17
at new Promise ()
at bound (node:internal/util:419:12)
at Queue.processJob (/app/node_modules/.pnpm/[email protected]/node_modules/bull/lib/queue.js:1210:22)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Description
I get this error when running in Node docker environment v22
Minimal, Working Test code to reproduce the issue.
just create a normal queue
(An easy to reproduce test case will dramatically decrease the resolution time.)
Bull version
4.16.4
Additional information
The text was updated successfully, but these errors were encountered:
Any chance you upgrade to BullMQ? as Bull codebase ages, it is not unexpected that there will come this kind of warnings with newer versions of NodeJS. Thanksfully is just a warning though, the code should work the same.
Any chance you upgrade to BullMQ? as Bull codebase ages, it is not unexpected that there will come this kind of warnings with newer versions of NodeJS. Thanksfully is just a warning though, the code should work the same.
@manast Absolutely the correct think to do👍 We have had a task for that in or back-log for ages that I hope we get to soon! We have quiet extensive usage across a lot of apps, so it's not done quickly.
(node:25) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
at node:internal/util:434:17
at new Promise ()
at bound (node:internal/util:419:12)
at Queue.processJob (/app/node_modules/.pnpm/[email protected]/node_modules/bull/lib/queue.js:1210:22)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Description
I get this error when running in Node docker environment v22
Minimal, Working Test code to reproduce the issue.
just create a normal queue
(An easy to reproduce test case will dramatically decrease the resolution time.)
Bull version
4.16.4
Additional information
The text was updated successfully, but these errors were encountered: