()
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected