Explorar el Código

increased deployment grace period

Rodja Trappe hace 2 años
padre
commit
390c3ea460
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -46,12 +46,12 @@ strategy = "canary"
 
 
   [[services.http_checks]]
   [[services.http_checks]]
     interval = "20s"
     interval = "20s"
-    grace_period = "30s"
+    grace_period = "60s"
     method = "get"
     method = "get"
     path = "/"
     path = "/"
     protocol = "http"
     protocol = "http"
     restart_limit = 1
     restart_limit = 1
-    timeout = "2s"
+    timeout = "5s"
     tls_skip_verify = false
     tls_skip_verify = false
     [services.http_checks.headers]
     [services.http_checks.headers]