Interface: IJobsConfig
Interface: IJobsConfig
Configuration for the Jobs plugin.
Extends
Indexable
[key: string]: unknownProperties
host?
optional host: string;Inherited from
jobs?
optional jobs: Record<string, JobConfig>;Named jobs to expose. Each key becomes a job accessor.
name?
optional name: string;Inherited from
pollIntervalMs?
optional pollIntervalMs: number;Poll interval for waitForRun in milliseconds. Defaults to 5000.
telemetry?
optional telemetry: TelemetryOptions;Inherited from
timeout?
optional timeout: number;Operation timeout in milliseconds. Defaults to 60000.