Fish Touching🐟🎣

Exponential backoff

Jun 22, 2023

# What

Exponential backoff is a standard error handling strategy for network applications in which a client periodically retries a failed request with increasing delays between requests.

# How

# Why