Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-2

    Synopsis

    supervisor_preempt_policy = method

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

    ...

    Shut down process when convenient
    aggressive

    ...

    Kill process now

    • disabled

    ...

    mixedAllow the custom algorithm to determine either aggressive or passive, on a per-incident basis
    disabledDo not pre-empt processes

    Example

    supervisor_preempt_policy = aggressive

    ...