MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / resume

Method resume

packages/cloud/src/retry-queue/RetryQueue.ts:312–315  ·  view source on GitHub ↗

* Resume the retry queue. Retries will be processed again on the next interval.

()

Source from the content-addressed store, hash-verified

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

Callers 5

RetryQueue.test.tsFile · 0.80
promptWithTimeoutMethod · 0.80
startBedrockMockServerFunction · 0.80
countFileLinesAndTokensFunction · 0.80

Calls 1

logMethod · 0.65

Tested by

no test coverage detected