mirror of https://github.com/dapr/docs.git
Update policies.md
Signed-off-by: Guillaume Caya-Letourneau <guillaume.caya.letourneau@gmail.com>
This commit is contained in:
parent
5816f3c190
commit
94a0081853
|
@ -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