| @David Martin this is not 100% done yet. The health endpoint right now does not check the database connection. Perhaps we should have liveness and a readiness healthchecks. One that indicates the service is up and running and another that indicates the service is ready to receive data (by verifying the database connection) How does that sound? |