-
Notifications
You must be signed in to change notification settings - Fork 42
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
Only next job in queue has a sched.t_estimate #1015
Comments
Hi all! @grondo I think it'd definitely be helpful to get ETAs for all of the jobs in the queue and not just the top entry. I was recently talking with @white238 and if we could get the ETA for all jobs and aggregate/average them, it'd help us determine when a cluster is under heavy utilization by long running jobs and alert someone of possible system abuse. |
Thanks @alecbcs! @milroy, @trws, or @jameshcorbett - any idea what's going on with these estimates? I assume Fluxion should be able to provide estimates for all pending jobs up to its queue depth, but maybe I'm mistaken? |
I don’t see why not. There are some trade offs in how many we try to provide vs turnaround but I’ll add this to my list to investigate. |
The Fluxion scheduler provides a
t_estimate
job annotation, whichflux jobs
displays by default in the genericINFO
column for jobs in the SCHED state. This is very useful, but typically I have only seen the highest priority job get at_estimate
, e.g. on fluke:I have not looked into how Fluxion provides the
t_estimate
nor investigated if this can be reproduced in a standalone test, but I'm opening the issue as a reminder to look into it.The text was updated successfully, but these errors were encountered: