Skip to main content

log_retry

Function log_retry 

Source
fn log_retry(
    attempt: u32,
    max_attempts: u32,
    delay: Duration,
    error: &SupabaseError,
)