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.
Properties
Section titled “Properties”activeCount
Section titled “activeCount”Defined in: packages/core/src/jobs/types.ts:364
Number of jobs currently active in this local Worker
concurrency
Section titled “concurrency”Defined in: packages/core/src/jobs/types.ts:361
Maximum concurrent jobs this local Worker can process