Hi, is there an opinionated way to implement healt...
# ktor
r
Hi, is there an opinionated way to implement health checks ?
o
It depends a lot on what is your application. Basically, you provide an endpoint that checks if all services your app depends on are available, like e.g. database, and respond with OK or something else.