increase monitoring delay (#19201)

part 1 of 2 of https://github.com/fleetdm/fleet/issues/19038
This commit is contained in:
Benjamin Edwards 2024-05-23 16:18:38 -04:00 committed by GitHub
parent 67ab732867
commit a2ac7e9083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}