Skip to content

Commit 32827c8

Browse files
committed
Omit delayFirstAttempt: true option
1 parent 122f87b commit 32827c8

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)