Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/resiliency/policies.md
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Fussell <[email protected]>
  • Loading branch information
msfussell authored Oct 3, 2024
1 parent 7b1c27d commit 860ea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/operations/resiliency/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
maxRetries: 3
matches:
httpStatusCodes: "429,500-599" # retry HTTP status codes in range, the rest will not be retried
gRPCStatusCodes: "1-4,8-11,13,14" # retry specific gRPC status codes, in ranges and separate single code.
gRPCStatusCodes: "1-4,8-11,13,14" # retry gRPC status codes in these ranges and separate single codes.
```

## Circuit Breakers
Expand Down

0 comments on commit 860ea17

Please sign in to comment.