Update daprdocs/content/en/operations/resiliency/policies.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Signed-off-by: halspang <70976921+halspang@users.noreply.github.com>
This commit is contained in:
halspang 2022-10-10 14:38:30 -07:00 committed by Hal Spang
parent a40364799f
commit 192285f513
1 changed files with 1 additions and 1 deletions

View File

@ -192,4 +192,4 @@ spec:
retry: retryForever
```
In this scenario, when AppA is called, the `fastRetries` policy will be used. For AppB, `retryForever` will be used. Finally, when calling AppC, `DefaultRetryPolicy` will be called even though it was never applied via a target.
In this scenario, when AppA is called, the `fastRetries` policy is used. For AppB, `retryForever` is used. Finally, when calling AppC, `DefaultRetryPolicy` is called even though it was never applied to a target.