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

Method waitUntil

packages/core/src/v3/runtime/index.ts:27–29  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

25 }
26
27 public waitUntil(date: Date): Promise<void> {
28 return this.#getRuntimeManager().waitUntil(date);
29 }
30
31 public waitForTask(params: { id: string; ctx: TaskRunContext }): Promise<TaskRunExecutionResult> {
32 return this.#getRuntimeManager().waitForTask(params);

Callers

nothing calls this directly

Calls 2

#getRuntimeManagerMethod · 0.95
waitUntilMethod · 0.65

Tested by

no test coverage detected