# Overview
Holds the retry back for a set amount of time allowing the system to recover. Many engineers implement an exponential backoff strategy that decreases the rate of re-transmission.
# Key Considerations
# Pros
# Cons
# Use Cases
- Common transient errors
# Related Topics