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
- The `detail` field says how long to wait.
- Set `use_cache: true` (the default) so repeated URLs do not re-fetch.
- If the limit is too low for your workload, ask about a higher one.
What it looks like
{
"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."
}