too many requests
too-many-requests Error — Conduit Documentation
429 — Too Many Requests
Rate limit exceeded.
What This Error Means
This error indicates that Conduit encountered a condition preventing the request from being completed. Below are the most common causes and how to resolve them.
Common Causes
- Exceeding request rate limits
- Burst traffic without throttling
How to Fix It
- Reduce request frequency
- Implement client-side backoff
Example Request
GET /v1/books (1000 times)
Example Response
{"error":{"title":"Too Many Requests","status":429}}