WorkerPing: {
current_job_id?: string;
current_job_workspace_id?: string;
custom_tags?: string[];
ip: string;
jobs_executed: number;
last_ping?: number;
memory?: number;
memory_usage?: number;
occupancy_rate?: number;
started_at: string;
vcpus?: number;
wm_memory_usage?: number;
wm_version: string;
worker: string;
worker_group: string;
worker_instance: string;
}
Type declaration
Optional current_job_id?: string
Optional current_job_workspace_id?: string
Optional custom_tags?: string[]
ip: string
jobs_executed: number
Optional last_ping?: number
Optional memory?: number
Optional memory_usage?: number
Optional occupancy_rate?: number
started_at: string
Optional vcpus?: number
Optional wm_memory_usage?: number
wm_version: string
worker: string
worker_group: string
worker_instance: string