job_wait
Wait for a durable job with configurable timeout and polling interval. Checks job status at specified intervals until completion or timeout.
Instructions
Wait for a durable job using an explicitly selected timeout and polling cadence.
poll_interval is retained as a compatibility alias; new callers should use poll_interval_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| poll_interval | No | ||
| timeout_seconds | No | ||
| poll_interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||