Skip to main content

worker_heartbeat

Function worker_heartbeat 

Source
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.