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 bf2f39c commit 65ce958Copy full SHA for 65ce958
crates/common/src/knobs.rs
@@ -1070,7 +1070,7 @@ pub static FUNRUN_INITIAL_PERMIT_TIMEOUT: LazyLock<Duration> =
1070
///
1071
/// You can check go/num-instances-with-lambdas
1072
pub static AWS_LAMBDA_DEPLOY_SPLAY: LazyLock<Duration> =
1073
- LazyLock::new(|| Duration::from_secs(env_config("AWS_LAMBDA_DEPLOY_SPLAY_SECONDS", 5000)));
+ LazyLock::new(|| Duration::from_secs(env_config("AWS_LAMBDA_DEPLOY_SPLAY_SECONDS", 20000)));
1074
1075
/// How long of a window to debounce static lambda deployments. Don't allow too
1076
/// many static deploys in a small window to protect the infrastructure.
0 commit comments