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

[YUNIKORN-2974] Expose preemption and priority settings via REST #995

Closed
wants to merge 2 commits into from

Commits on Nov 15, 2024

  1. [YUNIKORN-2974] Expose preemption and priority settings via REST

    Add preemption and priority details to the queue REST information.
    Currently the configuration is exposed via the properties. The
    properties contain the raw configuration values which need to be
    interpreted.
    Invalid configuration values are ignored and not set on the queue. This
    could cause an incorrect view of what is or should be active on the
    queue if based on the properties. Using the active values from the
    object to show the real state.
    
    Expose Partition level preemption flag as part of this change to
    complement the queue details.
    wilfred-s committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    13c751a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    1542dcb View commit details
    Browse the repository at this point in the history