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

Method pause

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

* Pause the retry queue. When paused, no retries will be processed. * This is useful when auth state is not active or during logout.

()

Source from the content-addressed store, hash-verified

302 * This is useful when auth state is not active or during logout.
303 */
304 public pause(): void {
305 this.isPaused = true
306 this.log("[RetryQueue] Queue paused")
307 }
308
309 /**
310 * Resume the retry queue. Retries will be processed again on the next interval.

Callers 4

RetryQueue.test.tsFile · 0.80
cleanupMethod · 0.80
countFileLinesAndTokensFunction · 0.80

Calls 1

logMethod · 0.65

Tested by

no test coverage detected