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