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

Feature suggestion: Add an overdue jobs section #33

Open
joehorsnell opened this issue Oct 31, 2017 · 1 comment
Open

Feature suggestion: Add an overdue jobs section #33

joehorsnell opened this issue Oct 31, 2017 · 1 comment

Comments

@joehorsnell
Copy link
Contributor

joehorsnell commented Oct 31, 2017

Currently, there are three main sections in Que web - running, scheduled and failing.

If you have jobs enqueued in the future (eg run_at: 1.day.from_now) it makes it harder to see jobs that are overdue/waiting to run (eg because of a backlog in the workers) because they are in the same bucket (in Que web) as jobs that we don't really care about yet.

It would be very handy to split out those jobs that can/should run immediately (ie run_at <= now() from those that are scheduled for some time later.

PS. Thanks for you efforts in making this useful Que add-on.

@ZimbiX
Copy link

ZimbiX commented Jan 16, 2023

Other additional categories would probably be useful as well. @homestars have added a few in their fork which could be worth pulling in:

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