# 指数退避（Exponential Backoff）

By [Zenmo](https://paragraph.com/@zenmo) · 2022-03-18

---

在和第三方 API 对接的时候，大量的请求会导致对方服务器限流的情况，固定时间重试依然会有大量 API 请求，会不断造成限流现象。

---

*Originally published on [Zenmo](https://paragraph.com/@zenmo/exponential-backoff)*
