1002: Backlog horizon exceeded
Backlog horizon exceeded
Backlog horizon exceeded. This is an HTTP 429: you are sending faster than your allowance.
Troubleshooting
Section titled “Troubleshooting”- Wait the number of seconds in the
Retry-Afterheader (andretry_afterin the body), then retry the same request unchanged. - Nothing about the request is wrong: this is backpressure, so re-sending it after the wait is the correct handling.
- Spread sustained load rather than retrying in a tight loop; the window is per brand.