MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / sleepMs

Function sleepMs

references/v3-catalog/src/trigger/logging.ts:36–38  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

34});
35
36function sleepMs(ms: number) {
37 return new Promise((resolve) => setTimeout(resolve, ms));
38}

Callers 1

logging.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…