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