diff options
-rw-r--r-- | fly.toml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |