Skip to main content

Module retry

Module retry 

Source

Structsยง

RetryConfig
Bounded retry policy for Supabase operations.

Constantsยง

DEFAULT_BACKOFF_FACTOR ๐Ÿ”’
DEFAULT_INITIAL_DELAY_MS ๐Ÿ”’
DEFAULT_MAX_ATTEMPTS ๐Ÿ”’
DEFAULT_MAX_DELAY_MS ๐Ÿ”’

Functionsยง

log_retry ๐Ÿ”’
with_retry
Runs an asynchronous Supabase operation using the configured retry policy.