From c6ac4a68a8b02b4b136ea6312d7bb56a35999e41 Mon Sep 17 00:00:00 2001 From: Riadh Meghenem Date: Mon, 6 Jan 2025 15:37:23 +0100 Subject: [PATCH] feat(healthcheck): update readiness and liveness probs (#43) --- config/pekko.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/pekko.conf b/config/pekko.conf index b71db07..7d7e70e 100644 --- a/config/pekko.conf +++ b/config/pekko.conf @@ -44,7 +44,10 @@ pekko { } health-checks { readiness-checks { - horizon = "healthcheck.HorizonHealthCheck" + horizon = "healthcheck.HorizonReadinessCheck" + } + liveness-checks { + horizon = "healthcheck.HorizonLivenessCheck" } } cluster.bootstrap {