Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ max
Method
max
apps/coordinator/src/backoff.ts:83–88 ·
view source on GitHub ↗
(max?: number)
Source
from the content-addressed store, hash-verified
81
}
82
83
max(max?: number) {
84
if
(typeof max !==
"undefined"
) {
85
this.#max = max;
86
}
87
return
this.#clone();
88
}
89
90
maxRetries(maxRetries?: number) {
91
if
(typeof maxRetries !==
"undefined"
) {
Callers
15
useRunDetails
Function · 0.80
useRunStatuses
Function · 0.80
getColumns
Method · 0.80
calculateRetryAt
Function · 0.80
unflattenAttributes
Function · 0.80
schemas.ts
File · 0.80
schedules.ts
File · 0.80
api.ts
File · 0.80
fetch.ts
File · 0.80
applyRateLimit
Function · 0.80
UsageBar
Function · 0.80
reducer
Function · 0.80
Calls
1
#clone
Method · 0.95
Tested by
no test coverage detected