Extend Watchdog
extend_watchdogExtend the watchdog timer to prevent Beaker from reclaiming a long-running task reservation. Requires a running task ID and duration in seconds.
Instructions
Extend the watchdog timer for a running Beaker task.
Prevents a long-running reservation from being reclaimed by Beaker's watchdog. The task must be currently running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | Number of seconds to extend the watchdog by. | |
| task_id | Yes | Numeric task ID to extend the watchdog for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |