Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/wmill/gen/types.gen.ts>WorkerPing

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias WorkerPing
import { type WorkerPing } from "https://deno.land/x/wmill@v1.402.0/gen/types.gen.ts";
definition: { worker: string; worker_instance: string; last_ping?: number; started_at: string; ip: string; jobs_executed: number; custom_tags?: Array<(string)>; worker_group: string; wm_version: string; last_job_id?: string; last_job_workspace_id?: string; occupancy_rate?: number; occupancy_rate_15s?: number; occupancy_rate_5m?: number; occupancy_rate_30m?: number; memory?: number; vcpus?: number; memory_usage?: number; wm_memory_usage?: number; }