Browse Source

increased restart limits

Rodja Trappe 2 years ago
parent
commit
fd60796a40
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -41,7 +41,7 @@ strategy = "canary"
   [[services.tcp_checks]]
   [[services.tcp_checks]]
     grace_period = "10s"
     grace_period = "10s"
     interval = "5s"
     interval = "5s"
-    restart_limit = 1
+    restart_limit = 2
     timeout = "1s"
     timeout = "1s"
 
 
   [[services.http_checks]]
   [[services.http_checks]]
@@ -50,7 +50,7 @@ strategy = "canary"
     method = "get"
     method = "get"
     path = "/"
     path = "/"
     protocol = "http"
     protocol = "http"
-    restart_limit = 1
+    restart_limit = 2
     timeout = "5s"
     timeout = "5s"
     tls_skip_verify = false
     tls_skip_verify = false
     [services.http_checks.headers]
     [services.http_checks.headers]