/render/smart-batch groups work by domain so the queue can schedule mixed-host workloads efficiently.
Client retries
For429 and transient 5xx responses:
- Honor
Retry-Afterwhen present. - Use exponential backoff with random jitter.
- Cap attempts and total elapsed time.
- Avoid retrying validation, authentication, or ownership failures.
- Keep concurrency below the level that produced throttling.
