()
| 85 | } |
| 86 | |
| 87 | public obliterate(): Promise<void> { |
| 88 | return this.queue.obliterate({ force: false }); |
| 89 | } |
| 90 | |
| 91 | public async promoteAll(): Promise<void> { |
| 92 | const jobs = await this.getJobs([STATUSES.delayed]); |
no outgoing calls
no test coverage detected