Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ factor
Method
factor
apps/coordinator/src/backoff.ts:69–74 ·
view source on GitHub ↗
(factor?: number)
Source
from the content-addressed store, hash-verified
67
}
68
69
factor(factor?: number) {
70
if
(typeof factor !==
"undefined"
) {
71
this.#factor = factor;
72
}
73
return
this.#clone();
74
}
75
76
min(min?: number) {
77
if
(typeof min !==
"undefined"
) {
Callers
nothing calls this directly
Calls
1
#clone
Method · 0.95
Tested by
no test coverage detected