import { WorkerService } from "https://deno.land/x/windmill@v1.265.1/windmill-api/services/WorkerService.ts";
Static Methods
existsWorkerWithTag(unnamed 0: { tag: string; }): CancelablePromise<boolean>
exists worker with tag
getCustomTags(): CancelablePromise<Array<string>>
get all instance custom tags (tags are used to dispatch jobs to different worker groups)
listWorkers(unnamed 0: { page?: number; perPage?: number; pingSince?: number; }): CancelablePromise<Array<WorkerPing>>
list workers