Skip to content

Commit d9167c0

Browse files
committed
Omit delayFirstAttempt: true option
1 parent d1cf3ab commit d9167c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gcp/retryWithBackoff.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const defaultBackoff: BackoffOptions = {
3535
timeMultiple: Number(process.env.FIREBASE_TOOLS_FUNC_RETRY_MULTIPLIER ?? 2),
3636
maxDelay: Number(process.env.FIREBASE_TOOLS_FUNC_RETRY_MAX_MS ?? 20 * 60 * 1_000),
3737
jitter: "full",
38-
delayFirstAttempt: true,
3938
};
4039

4140
/**

0 commit comments

Comments
 (0)