pub async fn retry_api_call<T>(
config: &CommitConfig,
f: impl AsyncFnMut() -> Result<(bool, Option<T>)>,
) -> Result<T>Expand description
Retry an API call with exponential backoff
pub async fn retry_api_call<T>(
config: &CommitConfig,
f: impl AsyncFnMut() -> Result<(bool, Option<T>)>,
) -> Result<T>Retry an API call with exponential backoff