瀏覽代碼

increased deployment grace period

Rodja Trappe 2 年之前
父節點
當前提交
390c3ea460
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

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