Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

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

  • No labels