feat: add retry wave visibility controls

This commit is contained in:
2026-07-07 20:28:24 +08:00
parent 446a0e99a8
commit a62f2cf1b9
11 changed files with 1760 additions and 267 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ function Wait-GatewayHealth {
function Normalize-IntArray {
param(
$Values,
[int[]]$Default = @(516)
[int[]]$Default = @(516, 1034, 1552)
)
if ($null -eq $Values) {