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

Method delayedJobIdsQueue

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

Source from the content-addressed store, hash-verified

53
54 // Delayed job ids sorted by execution date
55 private get delayedJobIdsQueue() {
56 return `${this.queueName}:delayed`
57 }
58
59 // Delayed job ids that will expire after the delay
60 private expiringJobIdList(jobId: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected