Skip to main content
Module

x/wmill/deps.ts>WorkerPing

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
type alias WorkerPing
import { type WorkerPing } from "https://deno.land/x/wmill@v1.203.0/deps.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; }