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.