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 122f87b commit 32827c8Copy full SHA for 32827c8
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