Backoff Strategy
config.core.v3.BackoffStrategy
[config.core.v3.BackoffStrategy proto]
Configuration defining a jittered exponential back off strategy.
{
"base_interval": "{...}",
"max_interval": "{...}"
}
base_interval
(Duration, REQUIRED) 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.
max_interval
(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.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .