From 860ea174eef9f0a3c51fbccd5d8e95afcb55e4d1 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 3 Oct 2024 13:45:04 +0100 Subject: [PATCH] Update daprdocs/content/en/operations/resiliency/policies.md Signed-off-by: Mark Fussell --- daprdocs/content/en/operations/resiliency/policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/resiliency/policies.md b/daprdocs/content/en/operations/resiliency/policies.md index eef2a5b561d..74dd037ef60 100644 --- a/daprdocs/content/en/operations/resiliency/policies.md +++ b/daprdocs/content/en/operations/resiliency/policies.md @@ -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