We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf3ab commit d9167c0Copy full SHA for d9167c0
src/gcp/retryWithBackoff.ts
@@ -35,7 +35,6 @@ const defaultBackoff: BackoffOptions = {
35
timeMultiple: Number(process.env.FIREBASE_TOOLS_FUNC_RETRY_MULTIPLIER ?? 2),
36
maxDelay: Number(process.env.FIREBASE_TOOLS_FUNC_RETRY_MAX_MS ?? 20 * 60 * 1_000),
37
jitter: "full",
38
- delayFirstAttempt: true,
39
};
40
41
/**
0 commit comments