mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
increase monitoring delay (#19201)
part 1 of 2 of https://github.com/fleetdm/fleet/issues/19038
This commit is contained in:
parent
67ab732867
commit
a2ac7e9083
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue