Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    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

    ...