429 Too Many Requests with the standard error envelope:
Retry-After or X-RateLimit-*. Treat a 429 as the signal to slow down, and retry with backoff.
Backoff
Retry on429 with exponential backoff plus jitter. Pseudocode:
Run capacity
Runs are dispatched asynchronously onto a shared worker fleet. When capacity is busy, a run waits in thequeued status until a worker is free rather than being rejected, so a sustained backlog shows up as runs sitting in queued (see Runs for the lifecycle). If queue times grow beyond what your workload can tolerate, get in touch about higher throughput.
Need a higher limit?
Talk to us. Include peak QPS, average payload size, and target concurrency.Related
Errors
All status codes including 429.
Pricing
Per-request and per-second pricing.