Type Alias: JobTypeStatisticsItem
type JobTypeStatisticsItem = object;
Statistics for a single job type.
Properties
completed
completed: StatusMetric;
created
created: StatusMetric;
failed
failed: StatusMetric;
jobType
jobType: string;
The job type identifier.
workers
workers: number;
Number of distinct workers observed for this job type.