flux-core
flux-core copied to clipboard
need ability to view limits
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.
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.
Duplicate of #4763, which has more comments, so closing this one.