heartbeat_lane
Renew the lease on a coordination lane you hold. The server may grant a shorter lease than requested; check the effective duration in the response.
Instructions
Renew the lease on a coordination lane you hold live. A 409 (not held live by you) tells you to (re)claim instead of crashing. Like claim_lane, renewal is subject to the same server-side lease ceiling (coordination-bus v1.3+): on ok=True the response's top-level lease_s is the EFFECTIVE (post-clamp) duration actually granted, which may be shorter than requested -- check it rather than assuming the request was honored in full. See get_bus_status's _meta.max_lease_seconds for the currently configured ceiling. Older bus servers (pre-v1.3) omit lease_s from the response entirely; its absence just means the bus predates the ceiling feature, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lane | Yes | ||
| owner | Yes | ||
| lease_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||