mirror of https://github.com/dapr/docs.git
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:
parent
30ba289976
commit
2c13899bd8
|
|
@ -136,7 +136,7 @@ spec:
|
|||
|
||||
#### Utilize Generic Policies
|
||||
|
||||
Dapr Resiliency also lets you define policies that can have a broader scope than the standard ones defined above. This is done through the usage of keywords that let Dapr know when to apply the given policy. There are 3 base policies:
|
||||
In resiliency you can set default policies, which can have a broader scope. This is done through reserved keywords that let Dapr know when to apply the given policy. There are 3 default policies types:
|
||||
|
||||
- DefaultRetryPolicy
|
||||
- DefaultTimeoutPolicy
|
||||
|
|
|
|||
Loading…
Reference in New Issue