healthyThreshold property

int? healthyThreshold
getter/setter pair

A so-far unhealthy instance will be marked healthy after this many consecutive successes.

The default value is 2.

Implementation

core.int? healthyThreshold;