mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/getting-started/quickstarts/resiliency-quickstart.md
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
parent
54d43c280b
commit
8bf29a5b90
|
@ -11,7 +11,7 @@ description: "Get started with Dapr's resiliency capabilities"
|
|||
Resiliency is currently a preview feature.
|
||||
{{% /alert %}}
|
||||
|
||||
In this Quickstart, you will observe Dapr resiliency capabilities by introducing toxic behavior to a microservice that continuously perists and retrieves state via Dapr's state management API.
|
||||
In this Quickstart, you will observe Dapr resiliency capabilities by simulating a system failure. You will execute a microservice application that continuously persists and retrieves state via Dapr's state management API. When operations to the state store begin to fail, Dapr resiliency policies are applied.
|
||||
|
||||
The resiliency policies used in this example are defined and applied via the [resiliency spec]() located in the components directory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue