redrive_function_run
Redrive a failed, cancelled, or expired function run to retry execution. Specify retry overrides and optionally wait until completion.
Instructions
Redrive a failed/cancelled/expired durable function run with an optional retry override and optional wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait until the run becomes terminal before returning. | |
| retry | No | ||
| run_id | Yes | Function run id, fnrun_... | |
| project_id | Yes | The project ID | |
| timeout_ms | No | Maximum wait time in milliseconds. | |
| poll_interval_ms | No | Polling interval in milliseconds. |