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
In the main view, you can see the beautiful state graphs, and below the list of all queues.
It would be great to click on a state on a graph, failed for example, and it would filter the list of all queues to only the ones with at least one failed job.
It should be possible by iterating all of the queues, and search for at least one failed using the getJobs('failed') bull method.
The text was updated successfully, but these errors were encountered:
In the main view, you can see the beautiful state graphs, and below the list of all queues.
It would be great to click on a state on a graph,
failed
for example, and it would filter the list of all queues to only the ones with at least one failed job.It should be possible by iterating all of the queues, and search for at least one failed using the
getJobs('failed')
bull method.The text was updated successfully, but these errors were encountered: