flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

need ability to view limits

Open garlick opened this issue 3 years ago • 1 comments

Problem: the policy limits configured in an instance (global and per-queue) are not accessible to users, making it hard to determine what they are without submitting jobs that violate the limits.

It would be fairly easy from an implementation perspective to make the flux queue status command capable of dumping this. I'm not sure that's the best choice from a UX perspective though.

garlick avatar Oct 06 '22 19:10 garlick

We could make a flux queue list using similar interfaces built on flux.util.OutputFormat like flux jobs and flux resource list. This would present a consistent and familiar API for users. We'd need to make a Queue class and have name/limits/defaults/etc available as attributes of each queue object. We might want to wait to implement this until we're certain we don't have to redo anything about the current queues implementation.

grondo avatar Oct 06 '22 20:10 grondo

Duplicate of #4763, which has more comments, so closing this one.

grondo avatar Dec 10 '22 16:12 grondo