mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into issue_1554
This commit is contained in:
commit
92fb0537da
|
@ -8,7 +8,7 @@ description: "Configure resiliency policies for timeouts, retries, and circuit b
|
||||||
|
|
||||||
Define timeouts, retries, and circuit breaker policies under `policies`. Each policy is given a name so you can refer to them from the `targets` section in the resiliency spec.
|
Define timeouts, retries, and circuit breaker policies under `policies`. Each policy is given a name so you can refer to them from the `targets` section in the resiliency spec.
|
||||||
|
|
||||||
> Note: Dapr offers default retries for specific APIs. [See here]({{< ref "#override-default-retries" >}}) to learn how you can overwrite default retry logic with user defined retry policies.
|
> Note: Dapr offers default retries for specific APIs. [See here]({{< ref "#overriding-default-retries" >}}) to learn how you can overwrite default retry logic with user defined retry policies.
|
||||||
|
|
||||||
## Timeouts
|
## Timeouts
|
||||||
|
|
||||||
|
@ -299,4 +299,4 @@ The table below is a break down of which policies are applied when attempting to
|
||||||
|
|
||||||
Try out one of the Resiliency quickstarts:
|
Try out one of the Resiliency quickstarts:
|
||||||
- [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}})
|
- [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}})
|
||||||
- [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}})
|
- [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}})
|
||||||
|
|
Loading…
Reference in New Issue