parallel45 API error
rate_limited
Rate limit exceeded
Published ahead of the API. No endpoint emits this code yet — error
exits currently carry type: "about:blank". Read this as the intended contract,
not as a description of live behaviour. About this catalogue
- Problem
type - https://errors.parallel45.tech/rate_limited
- HTTP status
- 429
- Retryable
- Yes — the identical request may succeed later.
What it means
Too many requests arrived from this caller in the current window.
The request was refused before it was processed, so nothing happened as a side effect. The response carries Retry-After, and the RateLimit-Limit, RateLimit-Remaining and RateLimit-Reset headers describe the window.
What to do
Wait for the interval named in Retry-After, then retry. Back off exponentially with jitter if it recurs; do not retry in a tight loop.