retry_job
Re-enqueue a failed job after confirming the action and providing a written reason. Creates an audit event even if the retry is rejected.
Instructions
The only mutating tool. Re-enqueues a failed job. Requires confirm=true and a written reason. Writes an audit event even when rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| reason | Yes | ||
| confirm | Yes |