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

Nomad UI should show and make jobs sortable by job create time #20520

Closed
gscho opened this issue May 2, 2024 · 2 comments
Closed

Nomad UI should show and make jobs sortable by job create time #20520

gscho opened this issue May 2, 2024 · 2 comments

Comments

@gscho
Copy link

gscho commented May 2, 2024

Proposal

It would be great if the nomad UI showed the job's creation time and also allowed us to sort on time.

Use-cases

We run thousands of batch jobs per day on nomad and it would be great if we had an easy way to see the time each job was created without having to click into a job.

Attempted Solutions

N/A

@philrenaud
Copy link
Contributor

Hey @gscho , nice timing. We're close to completion on a pretty major rework of the jobs index page in the UI that:

  • Paginates the jobs properly
  • Sorts by a job's ModifyIndex, descending, such that they're always ordered by most recent update.

This is a little different than showing Create Time, but that's also not something that we store at job level. (We use Raft Index for consistency instead. There are time events on things like Task events, but that's not a property we'd want to make jobs sortable by for consistency reasons)

I hope the upcoming rework to this page satisfies what you're looking for.

@philrenaud
Copy link
Contributor

This should be resolved as part of #20452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants