retry_api_call

Function retry_api_call 

Source
pub fn retry_api_call<F, T>(config: &CommitConfig, f: F) -> Result<T>
where F: FnMut() -> Result<(bool, Option<T>)>,
Expand description

Retry an API call with exponential backoff