You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Next »

    The priority algorithm is a numeric priority queue. Normally, the priorities are established such that lower values are considered to have higher priority. For example, a job with priority 1 will have a higher priority than a job with priority 10.
    The default priority of all jobs is set in the Supervisor configuration:
    supervisor_default_priority = 9999
    All jobs submitted will have a priority of 9999, unless otherwise specified.

    Icon

     In the case of similar cluster specifications, priority values will be checked.

    • No labels