pub async fn worker_heartbeat(
__arg0: State<ExecutionApiState>,
__arg1: Path<String>,
headers: HeaderMap,
__arg3: Json<WorkerHeartbeatRequest>,
) -> Result<Json<ApiEnvelope<WorkerLeaseResponse>>, ApiError>Available on crate feature
execution-server only.