From 859c4bef771608246991dac24a0132ebf5fb11cd Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 19 Sep 2025 21:08:35 +0000 Subject: [PATCH] Make Fly.io health checks more aggressive. --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index b646bf5..57e4b65 100644 --- a/fly.toml +++ b/fly.toml @@ -42,6 +42,6 @@ type = "http" method = "get" port = 2002 path = "/" -grace_period = "10s" -interval = "10s" +grace_period = "5s" +interval = "2s" timeout = "1s"