From 04acbb817c65dbf3239ca0d3631e23cc5d23342c Mon Sep 17 00:00:00 2001 From: Murtaza Aliakbar Date: Sat, 24 Sep 2022 06:10:52 +0530 Subject: [PATCH] change health_check vals for machines --- fly.machines.tls.toml | 1 - fly.machines.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fly.machines.tls.toml b/fly.machines.tls.toml index 458a6301ff..817d709a41 100644 --- a/fly.machines.tls.toml +++ b/fly.machines.tls.toml @@ -1,5 +1,4 @@ app = "udns" -primary_region = "iad" kill_signal = "SIGINT" kill_timeout = 10 diff --git a/fly.machines.toml b/fly.machines.toml index c9774fd6bf..ed0baad0f8 100644 --- a/fly.machines.toml +++ b/fly.machines.toml @@ -35,10 +35,10 @@ protocol = "tcp" port = 8080 [[services.tcp_checks]] - grace_period = "5s" - interval = "10s" + grace_period = "10s" + interval = "15s" restart_limit = 3 - timeout = "2s" + timeout = "3s" # DNS over TCP/TLS [[services]] @@ -57,7 +57,7 @@ protocol = "tcp" port = 10000 [[services.tcp_checks]] - grace_period = "5s" - interval = "10s" + grace_period = "10s" + interval = "15s" restart_limit = 3 - timeout = "2s" + timeout = "3s"