MCPcopy Create free account
hub / github.com/cloudflare/computer / schedule

Method schedule

packages/computer/src/workspace.ts:60–60  ·  view source on GitHub ↗
(intent: SyncRetryIntent)

Source from the content-addressed store, hash-verified

58export interface SyncRetryScheduler {
59 get(backend: string): Promise<SyncRetryIntent | undefined>;
60 schedule(intent: SyncRetryIntent): Promise<void>;
61 clear(backend: string): Promise<void>;
62}
63

Callers 2

retryPendingSyncMethod · 0.65
#schedulePendingSyncMethod · 0.65

Implementers 1

MemoryRetrySchedulerpackages/computer/src/retry.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected