mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/resiliency/policies.md
This commit is contained in:
parent
7443270381
commit
e57d754ccd
|
|
@ -114,7 +114,6 @@ Example of overriding default retries for Service Invocation:
|
||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
policies:
|
policies:
|
||||||
# Retries are named templates for retry configurations and are instantiated for life of the operation.
|
|
||||||
retries:
|
retries:
|
||||||
DaprBuiltInServiceRetries: # Overrides default retry behaivor for service-to-service calls
|
DaprBuiltInServiceRetries: # Overrides default retry behaivor for service-to-service calls
|
||||||
policy: constant
|
policy: constant
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue