Skip to content

QueueViewWorkerDtoSchema

const QueueViewWorkerDtoSchema: ZodObject<{
  activeCount: ZodNumber;
  concurrency: ZodNumber;
}, $strict>;

Defined in: schemas/queue-view.ts:27

Local worker state for a queue view, when this scheduler has a worker registered.