Skip to content

Commit

Permalink
Merge pull request #3640 from Gcaya/patch-1
Browse files Browse the repository at this point in the history
Update policies.md
  • Loading branch information
hhunter-ms authored Jul 27, 2023
2 parents 6c4ed26 + b1b825c commit 5a8d180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daprdocs/content/en/operations/resiliency/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

> 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

Expand Down Expand Up @@ -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:
- [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 >}})

0 comments on commit 5a8d180

Please sign in to comment.