Skip to content

DeprecationWarning after updating to node 24. #2798

@Aluisio

Description

@Aluisio

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions