diff --git a/fly.toml b/fly.toml index 6260310..cb3f21e 100644 --- a/fly.toml +++ b/fly.toml @@ -15,8 +15,8 @@ primary_region = "lax" [checks.status] port = 3000 type = "http" - interval = "10s" - timeout = "2s" + interval = "30s" + timeout = "5s" grace_period = "5s" method = "GET" path = "/healthcheck"