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
41850fce2c
commit
a40364799f
|
@ -160,7 +160,7 @@ If these policies are defined, they would be used for every operation to a servi
|
|||
| ConfigurationComponentOutbound | All configuration component operations. | DefaultConfigurationComponentOutboundPolicy |
|
||||
| LockComponentOutbound | All lock component operations. | DefaultLockComponentOutboundPolicy |
|
||||
|
||||
For all generic policies, they will only be used if the operation being executed matches the policy and if there is no more specific policy targeting it.
|
||||
Default policies are applied if the operation being executed matches the policy type and if there is no more specific policy targeting it.
|
||||
|
||||
For example, we have a system with 3 applications, AppA, AppB, and AppC. The following resiliency configuration is applied to the cluster:
|
||||
|
||||
|
|
Loading…
Reference in New Issue