consecutiveGatewayFailure property

int? consecutiveGatewayFailure
getter/setter pair

The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs.

Defaults to 3.

Implementation

core.int? consecutiveGatewayFailure;