Navigation :
retries.proto
Package: retries.options.gloo.solo.io
Types:
RetryPolicy
Retry Policy applied at the Route and/or Virtual Hosts levels.
"retryOn": string
"numRetries": int
"perTryTimeout": .google.protobuf.Duration
Field |
Type |
Description |
Default |
retryOn |
string |
Specifies the conditions under which retry takes place. These are the same conditions documented for Envoy. |
|
numRetries |
int |
Specifies the allowed number of retries. This parameter is optional and defaults to 1. These are the same conditions documented for Envoy. |
|
perTryTimeout |
.google.protobuf.Duration |
Specifies a non-zero upstream timeout per retry attempt. This parameter is optional. |
|