mods
Value members
Concrete methods
Combines containers in a Tuple2K using the given semigroup. Useful in conjunction with HealthCheck.{tupled
, parTupled
}.
Combines containers in a Tuple2K using the given semigroup. Useful in conjunction with HealthCheck.{tupled
, parTupled
}.
Merges an EitherK of the same container type. Useful in conjunction with HealthCheck.{either
, race
}.
Merges an EitherK of the same container type. Useful in conjunction with HealthCheck.{either
, race
}.
Recover any errors that might happen in F (to a Sick result)
Recover any errors that might happen in F (to a Sick result)
Runs the before
action before the healthcheck, and the after
action once it has a result.
Runs the before
action before the healthcheck, and the after
action once it has a result.
Fallback to the provided value in case the check takes longer than duration
.
Fallback to the provided value in case the check takes longer than duration
.
Fail the health check with a failure (as defined by Concurrent.timeout for F)
in case the check takes longer than duration
.
Fail the health check with a failure (as defined by Concurrent.timeout for F)
in case the check takes longer than duration
.
Fail the health check with Health.Sick in case the check takes longer than duration
.
Fail the health check with Health.Sick in case the check takes longer than duration
.