瀏覽代碼

better update strategy

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

+ 1 - 1
fly.toml

@@ -12,7 +12,7 @@ processes = []
 [deploy]
 # boot a single, new VM with the new release, verify its health, then
 # One by one, each running VM is taken down and replaced by the new release VM
-strategy = "canary" 
+strategy = "rolling" 
 
 
 [experimental]