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.
Note |
---|
In the case of similar cluster specifications, priority values will be checked. |