Synopsis

    supervisor_max_priority = priority

    Priority is the maximum numeric priority (therefore the lowest dispatch priority) the Supervisor will allow users to specify. Jobs which are set above this number are automatically set to priority.

    Example

    supervisor_max_priority = 100

    Defaults

    9999

    • No labels