stabilityStatus property
The stability status, which indicates whether the task set has reached a
steady state. If the following conditions are met, the task set will be in
STEADY_STATE
:
-
The task
runningCount
is equal to thecomputedDesiredCount
. -
The
pendingCount
is0
. -
There are no tasks running on container instances in the
DRAINING
status. - All tasks are reporting a healthy status from the load balancers, service discovery, and container health checks.
STABILIZING
.
Implementation
final StabilityStatus? stabilityStatus;