From 1ef307cb6fa2513cfa0b4e267c27785e28afb1d5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 27 May 2024 10:01:12 -0700 Subject: [PATCH] Nick: checks --- apps/api/fly.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/api/fly.toml b/apps/api/fly.toml index ca619d1..0656a2c 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -27,6 +27,13 @@ kill_timeout = '5s' hard_limit = 200 soft_limit = 100 +[[http_service.checks]] + grace_period = "10s" + interval = "30s" + method = "GET" + timeout = "5s" + path = "/" + [[services]] protocol = 'tcp' internal_port = 8080