Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
function
sleepMs(ms: number) {
37
return
new
Promise((resolve) => setTimeout(resolve, ms));
38
}
Callers
1
logging.ts
File · 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…