iyke_lock_renew
Extend a lock you hold by a specified TTL in milliseconds, preventing premature expiration during long-running work.
Instructions
Extend a lock you hold by ttl_ms. Useful for long-running work that needs more time than the original lease.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| holder | Yes | ||
| ttl_ms | No | ||
| resource | Yes |