snakereach

Errors

429 Rate limit exceeded

Too many requests, too many concurrent crawls, or a budget was exhausted.

What causes it

  • More than the allowed requests per minute from your IP.
  • More crawl jobs in flight than the deployment permits.
  • A crawl exhausted its configured page or time budget.

How to fix it

  1. The `detail` field says how long to wait.
  2. Set `use_cache: true` (the default) so repeated URLs do not re-fetch.
  3. If the limit is too low for your workload, ask about a higher one.

What it looks like

429 response
{
  "type": "https://snakereach.com/errors/rate-limit-exceeded",
  "title": "Rate limit exceeded",
  "status": 429,
  "detail": "Too many requests. Retry in 42s. Limit is 10 requests per 60s per client."
}

See also

Rate limits · All errors