Renew task lease
task_heartbeatRenew an active lease to prevent expiration during long operations, ensuring uninterrupted worker execution.
Instructions
Renew an active lease. Use this during long tool calls; an expired lease may be reclaimed by another worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| workerId | Yes | ||
| leaseToken | Yes | ||
| leaseSeconds | No | ||
| idempotencyKey | Yes | ||
| expectedVersion | Yes |