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 {