Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
UpsertScheduleForm
Function · 0.80
calculateNextCronEvent
Function · 0.80
calculateNextStep
Function · 0.80
context.ts
File · 0.80
Calls
1
delay
Method · 0.95
Tested by
no test coverage detected