fix(server): add paused property to JobCountsDto (#2112)
This commit is contained in:
@@ -12,6 +12,8 @@ export class JobCountsDto {
|
||||
delayed!: number;
|
||||
@ApiProperty({ type: 'integer' })
|
||||
waiting!: number;
|
||||
@ApiProperty({ type: 'integer' })
|
||||
paused!: number;
|
||||
}
|
||||
|
||||
export class AllJobStatusResponseDto implements Record<QueueName, JobCountsDto> {
|
||||
|
||||
Reference in New Issue
Block a user