QueueViewSummary
Defined in: packages/core/src/jobs/types.ts:339
Operator-facing summary for one Job Name.
A Queue View is derived from persisted Jobs and registered Workers; it is not a persisted queue entity.
Properties
Section titled “Properties”hasPersistedJobs
Section titled “hasPersistedJobs”Defined in: packages/core/src/jobs/types.ts:344
Whether at least one persisted Job exists for this Job Name
hasRegisteredWorker
Section titled “hasRegisteredWorker”Defined in: packages/core/src/jobs/types.ts:347
Whether this scheduler instance has a local Worker registered for this Job Name
Defined in: packages/core/src/jobs/types.ts:341
Job Name represented by this Queue View
Defined in: packages/core/src/jobs/types.ts:350
Aggregated persisted Job statistics for this Job Name
worker
Section titled “worker”Defined in: packages/core/src/jobs/types.ts:353
Local Worker observability, or null when no local Worker is registered