* Resume the retry queue. Retries will be processed again on the next interval.
()
| 310 | * Resume the retry queue. Retries will be processed again on the next interval. |
| 311 | */ |
| 312 | public resume(): void { |
| 313 | this.isPaused = false |
| 314 | this.log("[RetryQueue] Queue resumed") |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * Check if the queue is paused |
no test coverage detected