From 0f95809216fe6f06b47a24effcc14e09f734e283 Mon Sep 17 00:00:00 2001 From: Rosalina Date: Wed, 13 Nov 2024 14:08:34 -0500 Subject: [PATCH] remove / health check temporarily --- fly.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fly.toml b/fly.toml index c7622bef..d9f69972 100644 --- a/fly.toml +++ b/fly.toml @@ -28,15 +28,15 @@ auto_start_machines = true min_machines_running = 0 processes = ["app"] -[[http_service.checks]] -grace_period = "5s" -interval = "5s" -method = "get" -path = "/" -protocol = "http" -restart_limit = 5 -timeout = "5s" -tls_skip_verify = false +#[[http_service.checks]] +#grace_period = "5s" +#interval = "5s" +#method = "get" +#path = "/" +#protocol = "http" +#restart_limit = 5 +#timeout = "5s" +#tls_skip_verify = false [[http_service.checks]] grace_period = "5s"