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

    Compare with Current View Page History

    « Previous Version 2 Current »

    Synopsis

    supervisor_preempt_policy = method

    The pre-emption method the Supervisor will use. The Supervisor during its pre-emption routine will determine if the system should kill a job and replace it. However, the administrator is given the flexibility to determine if they want their jobs to die instantly, or be notified that they should shut down. This policy can also be controlled via a scripted policy as well.

    Values

    MethodMeaning
    passiveShut down process when convenient
    aggressive

    Kill process now

    disabledDo not pre-empt processes

    Example

    supervisor_preempt_policy = aggressive

    Defaults

    passive

    • No labels