When concurrency is reached
The API currently returns400 Bad Request with a message similar to:
Client recommendations
- Limit generation submissions with a worker pool or semaphore.
- Track each accepted
request_iduntil it becomes terminal. - Use backoff and jitter instead of retrying in a tight loop.
- Keep polling traffic separate from generation submission concurrency.
- Contact support before a planned traffic increase if you need higher limits.
The API does not currently publish standard rate-limit response headers or
Retry-After. Treat the limits shown in your dashboard as the authoritative values for your account.