You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the observability-healthcheck.adoc file, there is a section on Readiness that is totally commented.
//== Adding Readiness
//
//We've just created a simple liveness health check procedure which states whether our application is running or not.
//Here, we will create a readiness health check which will be able to state whether our application is able to process requests.
I think we commented it because we use a DatabaseConnectionHealthCheck that is now by default on Quarkus.
So it would be nice to have this readiness section but use something different than just checking the Database Connection
The text was updated successfully, but these errors were encountered:
In the
observability-healthcheck.adoc
file, there is a section on Readiness that is totally commented.I think we commented it because we use a
DatabaseConnectionHealthCheck
that is now by default on Quarkus.So it would be nice to have this readiness section but use something different than just checking the Database Connection
The text was updated successfully, but these errors were encountered: