Is it recommended to embed retry logic in a service health check?
I am building out a health check for our service to check if our dependent service(s) are available. We don’t get a constant throughput but would like some early warning if we are not able to process a request.