MCPcopy 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

useRunDetailsFunction · 0.80
useRunStatusesFunction · 0.80
getColumnsMethod · 0.80
calculateRetryAtFunction · 0.80
unflattenAttributesFunction · 0.80
schemas.tsFile · 0.80
schedules.tsFile · 0.80
api.tsFile · 0.80
fetch.tsFile · 0.80
applyRateLimitFunction · 0.80
UsageBarFunction · 0.80
reducerFunction · 0.80

Calls 1

#cloneMethod · 0.95

Tested by

no test coverage detected