From 90bdf4360159fb77c03b957cce9d5c36ccf1dd97 Mon Sep 17 00:00:00 2001 From: Oliver Tomlinson Date: Thu, 5 Jun 2025 22:57:06 +0100 Subject: [PATCH] Add additional behavior of failing App Health Checks - as explained by @JoshVanL Signed-off-by: Oliver Tomlinson --- .../content/en/operations/resiliency/health-checks/app-health.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daprdocs/content/en/operations/resiliency/health-checks/app-health.md b/daprdocs/content/en/operations/resiliency/health-checks/app-health.md index 193233dd17c..cf7dacf3884 100644 --- a/daprdocs/content/en/operations/resiliency/health-checks/app-health.md +++ b/daprdocs/content/en/operations/resiliency/health-checks/app-health.md @@ -22,6 +22,7 @@ App health checks are disabled by default. Once you enable app health checks, th - Unsubscribing from all pub/sub subscriptions - Stopping all input bindings - Short-circuiting all service-invocation requests, which terminate in the Dapr runtime and are not forwarded to the application +- Unregistering Dapr Actor types, thereby causing Actor instances to migrate to a different replica if one is available These changes are meant to be temporary, and Dapr resumes normal operations once it detects that the application is responsive again.