wait_until_http_health_check

Function wait_until_http_health_check 

Source
pub fn wait_until_http_health_check(
    dbg: bool,
    health_url: &str,
    timeout: &u64,
) -> Result<(), WaitStrategyError>
Expand description

Waits until the health check URL responds successfully.

§Arguments

  • health_url - The URL to ping for health check.

§Returns

Returns a ServiceUtilError if the healthcheck times out.