Exponential backoff
# 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
- Implementing exponential backoff | Cloud IoT Core Documentation | Google Cloud
- Retry pattern - Azure Architecture Center | Microsoft Learn