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