mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/concepts/resiliency-concept.md
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
parent
e05cfba28f
commit
47bd8726c8
|
@ -3,7 +3,7 @@ type: docs
|
|||
title: "Resiliency"
|
||||
linkTitle: "Resiliency"
|
||||
weight: 400
|
||||
description: "Configure retries, timeouts, circuit breakers and monitor app health"
|
||||
description: "Configure policies and monitor app and sidecar health"
|
||||
---
|
||||
|
||||
Distributed applications are commonly comprised of many microservices, with dozens - sometimes hundreds - of instances scaling across underlying infrastructure. As these distributed solutions grow in size and complexity, the potential for system failures inevitably increases. Service instances can fail or become unresponsive due to any number of issues, including hardware failures, unexpected throughput, or application lifecycle events, such as scaling out and application restarts. Designing and implementing a self-healing solution with the ability to detect, mitigate, and respond to failure is critical.
|
||||
|
|
Loading…
Reference in New Issue