mirror of https://github.com/dapr/docs.git
Fix resiliency example typo
Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
parent
077b0520be
commit
90c9d81a25
|
@ -96,7 +96,7 @@ spec:
|
||||||
policy: constant
|
policy: constant
|
||||||
duration: 5s
|
duration: 5s
|
||||||
maxRetries: 3
|
maxRetries: 3
|
||||||
matches:
|
matching:
|
||||||
httpStatusCodes: "429,500-599" # retry the HTTP status codes in this range. All others are not retried.
|
httpStatusCodes: "429,500-599" # retry the HTTP status codes in this range. All others are not retried.
|
||||||
gRPCStatusCodes: "1-4,8-11,13,14" # retry gRPC status codes in these ranges and separate single codes.
|
gRPCStatusCodes: "1-4,8-11,13,14" # retry gRPC status codes in these ranges and separate single codes.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue