From a2ac7e908320e1968b8650b4d057df0265660541 Mon Sep 17 00:00:00 2001 From: Benjamin Edwards Date: Thu, 23 May 2024 16:18:38 -0400 Subject: [PATCH] increase monitoring delay (#19201) part 1 of 2 of https://github.com/fleetdm/fleet/issues/19038 --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index a3c3614abb..d49764dda2 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -319,7 +319,7 @@ module "monitoring" { subnet_ids = module.main.vpc.private_subnets vpc_id = module.main.vpc.vpc_id # Format of https://pkg.go.dev/time#ParseDuration - delay_tolerance = "2h" + delay_tolerance = "4h" # Interval format for: https://docs.aws.amazon.com/scheduler/latest/UserGuide/schedule-types.html#rate-based run_interval = "1 hour" }