Icon

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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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.