Skip to content

Add Optional Health-Check for Long-Running Service Deploys

Latest
Compare
Choose a tag to compare
@rafecolton rafecolton released this 10 Dec 21:25

This release adds an optional health check url for the deploy of long running services.

If provided, modcloth-app will wait until the url is available via GET and returns an http status code < 400 and >= 200. If the health check url is provided and does not become available within the specified timeout and number of retries (or returns a status of > 400), the play will fail.