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

Method delayedJobsList

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

Source from the content-addressed store, hash-verified

48
49 // Full job data for delayed jobs
50 private get delayedJobsList() {
51 return `${this.queueName}:jobs`
52 }
53
54 // Delayed job ids sorted by execution date
55 private get delayedJobIdsQueue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected