Skip to content

Commit

Permalink
feat(healthcheck): update readiness and liveness probs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad authored Jan 6, 2025
1 parent 2c42af9 commit c6ac4a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/pekko.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ pekko {
}
health-checks {
readiness-checks {
horizon = "healthcheck.HorizonHealthCheck"
horizon = "healthcheck.HorizonReadinessCheck"
}
liveness-checks {
horizon = "healthcheck.HorizonLivenessCheck"
}
}
cluster.bootstrap {
Expand Down

0 comments on commit c6ac4a6

Please sign in to comment.