You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    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