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"