Skip to content

QueueViewWorkerSummary

Defined in: packages/core/src/jobs/types.ts:359

Local Worker observability exposed through Queue View summaries.

This is an immutable snapshot of public counts and limits. It intentionally excludes the Worker handler, active Job ids, and internal Worker maps.

readonly activeCount: number;

Defined in: packages/core/src/jobs/types.ts:364

Number of jobs currently active in this local Worker


readonly concurrency: number;

Defined in: packages/core/src/jobs/types.ts:361

Maximum concurrent jobs this local Worker can process