Reference · Glossary
Exponential backoff
Last updated
Retry strategy: **wait longer after each failure** (1s, 2s, 4s…) to avoid hammering a rate-limited API.
Reference · Glossary
Last updated
Retry strategy: **wait longer after each failure** (1s, 2s, 4s…) to avoid hammering a rate-limited API.