MCPcopy Create free account
hub / github.com/WebDevSimplified/job-queue / activeJobsQueue

Method activeJobsQueue

src/job-queue/redis-adapter.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44 // Ready to execute jobs sorted by priority
45 private get activeJobsQueue() {
46 return `${this.queueName}:active`
47 }
48
49 // Full job data for delayed jobs
50 private get delayedJobsList() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected