From e6dd1b5f719ea483f5e77f78c045224607707d0a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Jun 2024 20:06:02 +0200 Subject: re-add health check --- fly.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fly.toml b/fly.toml index 3487e95..1ac7973 100644 --- a/fly.toml +++ b/fly.toml @@ -22,6 +22,13 @@ primary_region = "ams" min_machines_running = 3 processes = [ "app" ] + [[http_service.checks]] + grace_period = "15s" + interval = "15s" + method = "GET" + timeout = "1s" + path = "/health" + [http_service.concurrency] type = "requests" soft_limit = 15000 -- cgit 1.4.1