Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to filter jobs/queues by state #274

Open
tomgrossman opened this issue Feb 18, 2021 · 1 comment
Open

Add option to filter jobs/queues by state #274

tomgrossman opened this issue Feb 18, 2021 · 1 comment

Comments

@tomgrossman
Copy link

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.

@hans-lizihan
Copy link
Owner

hans-lizihan commented Mar 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants