Feature

Queue scalability

Scale from low-volume runs to large capture batches with queue-based orchestration and retry safety.

What it solves

Use priority-based queues, retries, and batch processing for high-volume use cases.

Implementation notes

  • • Priority queues for urgent jobs.
  • • Retry and failure handling for robustness.
  • • Batch-friendly architecture for high throughput.

Relevant API options

  • priority
  • batch
  • retries

See request examples and endpoint details in the API docs.