Skip to content

Commit 65ce958

Browse files
emmaling27Convex, Inc.
authored andcommitted
Increase lambda splay by 4x (#43114)
GitOrigin-RevId: 597c4c62b04998a8bae9abecd536b5a4421431a0
1 parent bf2f39c commit 65ce958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/knobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ pub static FUNRUN_INITIAL_PERMIT_TIMEOUT: LazyLock<Duration> =
10701070
///
10711071
/// You can check go/num-instances-with-lambdas
10721072
pub static AWS_LAMBDA_DEPLOY_SPLAY: LazyLock<Duration> =
1073-
LazyLock::new(|| Duration::from_secs(env_config("AWS_LAMBDA_DEPLOY_SPLAY_SECONDS", 5000)));
1073+
LazyLock::new(|| Duration::from_secs(env_config("AWS_LAMBDA_DEPLOY_SPLAY_SECONDS", 20000)));
10741074

10751075
/// How long of a window to debounce static lambda deployments. Don't allow too
10761076
/// many static deploys in a small window to protect the infrastructure.

0 commit comments

Comments
 (0)