Extend Watchdog
extend_watchdogPush a Beaker task's watchdog deadline forward by providing seconds and a task or job ID. Prevents premature system reclamation, giving you more time to finish.
Instructions
Extend the watchdog timer for a running Beaker task.
Use this to extend a Beaker reservation and prevent the system from being reclaimed. Beaker's watchdog automatically aborts recipes that exceed their timeout — this tool pushes that deadline forward.
Provide either a task_id directly, or a job_id and the tool will find the currently running task for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Job ID (e.g. 'J:12345' or '12345'). If provided, the tool finds the running task automatically. | |
| seconds | Yes | Number of seconds to extend by. | |
| task_id | No | Numeric task ID (e.g. 12345). Provide this OR job_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |