pub fn complete_resilient(
list: &mut EndpointList,
req: &Request,
timeout: Duration,
trace_id: Option<&str>,
) -> SweepResultExpand 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.