Worker Heartbeat Simple
API Reference
Worker Heartbeat Simple
Receive heartbeat from a worker (simplified version with worker_id in URL).
OPTIMIZATION: Uses Redis for scalable heartbeat storage instead of database. Database writes are expensive and heartbeats happen every 30s per worker. Redis provides sub-millisecond writes and automatic TTL expiration.
Args: worker_id: Worker ID (UUID) heartbeat: Heartbeat data
POST
Worker Heartbeat Simple
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Path Parameters
Body
application/json
Response
Successful Response