()
| 19 | } |
| 20 | |
| 21 | get length() { |
| 22 | return this.redisNonBlocking.zcard(this.activeJobsQueue) |
| 23 | } |
| 24 | |
| 25 | async getOrWaitForJob() { |
| 26 | const data = await this.redisBlocking.bzpopmin(this.activeJobsQueue, 0) |
nothing calls this directly
no outgoing calls
no test coverage detected