Skip to main content
Module

x/windmill/windmill-api/index.ts>ConcurrencyGroupsService

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
class ConcurrencyGroupsService
import { ConcurrencyGroupsService } from "https://deno.land/x/windmill@v1.333.5/windmill-api/index.ts";

Static Methods

deleteConcurrencyGroup(unnamed 0: { concurrencyId: string; }): CancelablePromise<any>

Delete concurrency group

getConcurrencyKey(unnamed 0: { id: string; }): CancelablePromise<string>

Get the concurrency key for a job that has concurrency limits enabled

List all concurrency groups

listExtendedJobs(unnamed 0: { workspace: string; concurrencyKey?: string; rowLimit?: number; createdBy?: string; label?: string; parentJob?: string; scriptPathExact?: string; scriptPathStart?: string; schedulePath?: string; scriptHash?: string; startedBefore?: string; startedAfter?: string; createdOrStartedBefore?: string; running?: boolean; scheduledForBeforeNow?: boolean; createdOrStartedAfter?: string; jobKinds?: string; args?: string; tag?: string; result?: string; page?: number; perPage?: number; isSkipped?: boolean; isFlowStep?: boolean; hasNullParent?: boolean; success?: boolean; allWorkspaces?: boolean; isNotSchedule?: boolean; }): CancelablePromise<ExtendedJobs>

Get intervals of job runtime concurrency