Skip to main content

complete_resilient

Function complete_resilient 

Source
pub fn complete_resilient(
    list: &mut EndpointList,
    req: &Request,
    timeout: Duration,
    trace_id: Option<&str>,
) -> SweepResult
Expand description

Drive one bounded failover sweep for a single logical complete. The sweep visits at most eps.len() distinct endpoints and each of them at most once, so one complete can never loop over the list.