wait_for_batch_completion
Poll batch processing status until completion, failure, or timeout using exponential backoff and jitter to reduce server load.
Instructions
Poll batch status with exponential backoff and jitter until it is completed/failed/partial or times out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_id | Yes | ||
| jitter_factor | No | ||
| timeout_seconds | No | ||
| max_interval_seconds | No | ||
| initial_interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||