Skip to content
Linq
1xxx — Client Errors

1007: Rate limit exceeded

Rate limit exceeded

Rate limit exceeded. This is an HTTP 429: you are sending faster than your allowance.

  • Wait the number of seconds in the Retry-After header (and retry_after in 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.