bull-master icon indicating copy to clipboard operation
bull-master copied to clipboard

Add option to filter jobs/queues by state

Open tomgrossman opened this issue 4 years ago • 1 comments

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.

tomgrossman avatar Feb 18 '21 16:02 tomgrossman

@tomgrossman thats a great idea, I could work on that feature

hans-lizihan avatar Mar 31 '21 17:03 hans-lizihan