X-Weave-Backoff:

X-Weave-Backoff:

[1] dev:web_api:v3:basics [Zotero Documentation] ( 版) <https://www.zotero.org/support/dev/web_api/v3/basics>

If the API servers are overloaded, the API may include a Backoff: <seconds> HTTP header in responses, indicating that the client should perform the minimum number of requests necessary to maintain data consistency and then refrain from making further requests for the number of seconds indicated. Backoff can be included in any response, including successful ones.

[2] Backoff indicators — Kinto 8.1.5 documentation () <https://kinto.readthedocs.io/en/latest/api/1.x/backoff.html>

A Backoff header will be added to the success responses (>=200 and <400) when the server is under heavy load. It provides the client with a number of seconds during which it should avoid doing unnecessary requests.

Backoff: 30

[3] Backoff indicators — Kinto 8.1.5 documentation () <https://kinto.readthedocs.io/en/latest/api/1.x/backoff.html>

In other implementations at Mozilla, there was X-Weave-Backoff and X-Backoff