backoff.proto
Package: solo.io.envoy.config.core.v3
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/backoff.proto
BackoffStrategy
Configuration defining a jittered exponential back off strategy.
"baseInterval": .google.protobuf.Duration
"maxInterval": .google.protobuf.Duration
Field | Type | Description |
---|---|---|
baseInterval |
.google.protobuf.Duration | The base interval to be used for the next back off computation. It should be greater than zero and less than or equal to max_interval. |
maxInterval |
.google.protobuf.Duration | Specifies the maximum interval between retries. This parameter is optional, but must be greater than or equal to the base_interval if set. The default is 10 times the base_interval. |