-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
After updating node to version 24.11.0 (LTS), when calling handle(job) I am receiving the warning:
(node:3268) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
(Use `node --trace-deprecation ...` to show where the warning was created)
Using the --trace-deprecation command, node is showing:
(node:3806) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
at node:internal/util:495:17
at new Promise (<anonymous>)
at bound (node:internal/util:480:12)
at Queue.processJob (/Users/aluisiodeavila/api/node_modules/bull/lib/queue.js:1210:22)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Is anyone else experiencing this after updating to node 24?
Reactions are currently unavailable