Skip to content

QueueViewWorkerSummary

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

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:330

Number of jobs currently active in this local Worker


readonly concurrency: number;

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

Maximum concurrent jobs this local Worker can process