Skip to main content
Version: 8.9

Type Alias: JobWorkerStatisticsItem

type JobWorkerStatisticsItem = object;

Statistics for a single worker within a job type.

Properties

completed

completed: StatusMetric;

created

created: StatusMetric;

failed

failed: StatusMetric;

worker

worker: string;

The name of the worker activating the jobs, mostly used for logging purposes.