Synopsis
supervisor_smart_share_preempt_policy =
method
The preemption method the Supervisor will use to preempt secondary instances (instances that were automatically expanded by the Smart Share feature). Method can be either disabled, passive, or aggressive.
Values
passive
: shutdown instanes when convenient, instances are allowed to finish the agenda-item they're currently processing before terminating
aggressive
: instances are terminated immediately
disabled
: disable preemption
Example
supervisor_smart_share_preempt_policy = passive
Defaults
aggressive