consecutiveGatewayFailure property

int? consecutiveGatewayFailure
final

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

final int? consecutiveGatewayFailure;