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
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,.
The text was updated successfully, but these errors were encountered:
ashwaniupadhyay
changed the title
Arena dashboard - Can not see the task by clicking on the quesnames
Arena UI - Can not see the tasks by clicking on the queuenames
Apr 6, 2023
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,.
The text was updated successfully, but these errors were encountered: