Type Alias WorkerPing

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;
}