From 01cc91c53de8dc9be5c41e8a26633a9211170506 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 27 May 2024 10:00:52 -0700 Subject: [PATCH] Update fly.staging.toml --- apps/api/fly.staging.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/api/fly.staging.toml b/apps/api/fly.staging.toml index 5422a6f..565e693 100644 --- a/apps/api/fly.staging.toml +++ b/apps/api/fly.staging.toml @@ -27,6 +27,14 @@ kill_timeout = '5s' hard_limit = 100 soft_limit = 50 +[[http_service.checks]] + grace_period = "10s" + interval = "30s" + method = "GET" + timeout = "5s" + path = "/" + + [[services]] protocol = 'tcp' internal_port = 8080