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

Method maxRetries

apps/coordinator/src/backoff.ts:90–95  ·  view source on GitHub ↗
(maxRetries?: number)

Source from the content-addressed store, hash-verified

88 }
89
90 maxRetries(maxRetries?: number) {
91 if (typeof maxRetries !== "undefined") {
92 this.#maxRetries = maxRetries;
93 }
94 return this.#clone();
95 }
96
97 maxElapsed(maxElapsed?: number) {
98 if (typeof maxElapsed !== "undefined") {

Callers

nothing calls this directly

Calls 1

#cloneMethod · 0.95

Tested by

no test coverage detected