baseEjectionTime property

Duration? baseEjectionTime
getter/setter pair

The base time that a backend endpoint is ejected for.

Defaults to 30000ms or 30s. After a backend endpoint is returned back to the load balancing pool, it can be ejected again in another ejection analysis. Thus, the total ejection time is equal to the base ejection time multiplied by the number of times the backend endpoint has been ejected. Defaults to 30000ms or 30s.

Implementation

Duration? baseEjectionTime;