-
Notifications
You must be signed in to change notification settings - Fork 232
Description
You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
08:41:46 3|www | TypeError: queue.isPaused is not a function
08:41:46 3|www | at Object.isPaused (/usr/local/some-path/node_modules/bull-arena/src/server/views/helpers/queueHelpers.js:50:18)
08:41:46 3|www | at handler (/usr/local/some-path/node_modules/bull-arena/src/server/views/dashboard/queueDetails.js:28:35)
08:41:46 3|www | at runMicrotasks ()
08:41:46 3|www | at processTicksAndRejections (node:internal/process/task_queues:96:5)
08:41:46 3|www | 2023-04-06T08:41:46.4646-04:00: Possibly Unhandled Rejection at: Promise Promise {
08:41:46 3|www | TypeError: queue.isPaused is not a function
08:41:46 3|www | at Object.isPaused (/usr/local/some-path/node_modules/bull-arena/src/server/views/helpers/queueHelpers.js:50:18)
08:41:46 3|www | at handler (/usr/local/some-path/node_modules/bull-arena/src/server/views/dashboard/queueDetails.js:28:35)
08:41:46 3|www | at runMicrotasks ()
08:41:46 3|www | at processTicksAndRejections (node:internal/process/task_queues:96:5)
08:41:46 3|www | } reason: TypeError: queue.isPaused is not a function
08:41:46 3|www | at Object.isPaused (/usr/local/some-path/node_modules/bull-arena/src/server/views/helpers/queueHelpers.js:50:18)
08:41:46 3|www | at handler (/usr/local/some-path/node_modules/bull-arena/src/server/views/dashboard/queueDetails.js:28:35)
Getting above error on the console,.