Share via


ClusterAutoscaleProfile.GracefulDecommissionTimeout Property

Definition

This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.

public int? GracefulDecommissionTimeout { get; set; }
member this.GracefulDecommissionTimeout : Nullable<int> with get, set
Public Property GracefulDecommissionTimeout As Nullable(Of Integer)

Property Value

Applies to