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

Method next

apps/coordinator/src/backoff.ts:237–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 next() {
238 this.#retries++;
239 return this.delay();
240 }
241
242 stop() {
243 throw new StopRetrying();

Callers 4

UpsertScheduleFormFunction · 0.80
calculateNextCronEventFunction · 0.80
calculateNextStepFunction · 0.80
context.tsFile · 0.80

Calls 1

delayMethod · 0.95

Tested by

no test coverage detected