MCPcopy Create free account
hub / github.com/CapSoftware/Cap / waitForRetry

Function waitForRetry

apps/web/workflows/process-video.ts:138–140  ·  view source on GitHub ↗
(delayMs: number)

Source from the content-addressed store, hash-verified

136}
137
138async function waitForRetry(delayMs: number): Promise<void> {
139 await new Promise((resolve) => setTimeout(resolve, delayMs));
140}
141
142async function startMediaServerProcessJob(
143 mediaServerUrl: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected