From eefeea638c0189dad1640f84c21df2b8b682d886 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Sep 2025 19:43:23 -0400 Subject: [PATCH] test --- fly.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.toml b/fly.toml index 14b79d5..0dcde76 100644 --- a/fly.toml +++ b/fly.toml @@ -21,6 +21,7 @@ processes = ['app'] [checks] [checks.web] + type = "http" grace_period = "5s" interval = "10s" method = "get"