gateway api v1.6.2 experimental
XBackendTrafficPolicy.spec.retryConstraint.minRetryRate
MinRetryRate defines the minimum rate of retries that will be allowable over a specified duration of time. The effective overall minimum rate of retries targeting the backend service may be much higher, as there can be any number of clients which are applying this setting locally. This ensures that requests can still be retried during periods of low traffic, where the budget for retries may be calculated as a very low value. Support: Extended
| Field / Type | Description |
|---|---|
count | Count specifies the number of requests per time interval. Support: Extended
|
interval | Interval specifies the divisor of the rate of requests, the amount of time during which the given count of requests occur. Support: Extended
|