-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Show last job status in UI in jobs list #23893
Comments
@trgtrg This is an awesome suggestion, thank you. I'll look into it, or if you or anybody else are interested, this would be a great issue to tackle. |
Hi, @philrenaud. I am interested in taking this but could you give more context as to what to do? |
@TheInvincibleRalph Yeah! We did a pretty big overhaul to the jobs index page a few months ago: you can find @gulducat 's excellent work on it over at #20130 (and the UI parts at #20452) You may note that there's a This gives us a little information, but not enough to make this feature really useful: this is because The way we've started deriving more user-friendly statuses like "Complete" or "Failed", etc. is by looking that job's allocations: specifically if the job's total groups' If one could do something like:
...then we could run them through the UI's aggregateAllocStatus() getter, which surfaces a user-friendly status that would be nice to append here. (the final part of this would be to surface that information in the jobs index table where this is some prior art for using Hds::Badges for this) So: a couple steps, but this is a pretty neat feature with some fairly recent code paths! |
Proposal
Show last run status - succeeded or failed.
Use-cases
I have 100 periodic batch jobs and I want to see in one list if they all are working fine.
Attempted Solutions
The text was updated successfully, but these errors were encountered: