Skip to content

Commit

Permalink
chore(infra): increase better uptime check interval to 1m b/c we alre…
Browse files Browse the repository at this point in the history
…ady have 4x regions
  • Loading branch information
NathanFlurry authored and MasterPtato committed May 31, 2024
1 parent 15327db commit 0477d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/tf/better_uptime/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "betteruptime_monitor" "monitor" {
url = each.value.monitor.url
monitor_type = "status"
request_timeout = 60
check_frequency = 30
check_frequency = 60
confirmation_period = 90
recovery_period = 180
request_headers = [
Expand Down

0 comments on commit 0477d5c

Please sign in to comment.