statianzo / que-web

A web interface for the Que queue
BSD 3-Clause "New" or "Revised" License
88 stars 50 forks source link

Feature suggestion: Add an overdue jobs section #33

Open joehorsnell opened 7 years ago

joehorsnell commented 7 years ago

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 commented 1 year ago

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