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

    Compare with Current View Page History

    Version 1 Next »

    Synopsis

    supervisor_preempt_policy = method
    The preemption method the Supervisor will use. Method can be either disabled, passive, or aggressive.
    The Supervisor during its preemption 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

    • passive

    shutdown process when convenient

    • aggressive

    kill process now

    • disabled

    disable all preemption

    Example

    supervisor_preempt_policy = aggressive

    Defaults

    passive

    • No labels