소스 검색

increased restart limits

Rodja Trappe 2 년 전
부모
커밋
fd60796a40
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

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