You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(deploy): speed up ASG refresh (120s warmup) and allow 60 min
The aws-dev portal ASG runs a larger fleet (8 in-service + warm pool = 12
instances). A full instance refresh at 300s InstanceWarmup ran ~60 min and
exceeded the poll cap. Cut InstanceWarmup to 120s (bootstrap completes the
launch hook in ~90s and the ALB target-group health check gates real
traffic, so availability is preserved by MinHealthyPercentage 50) and raise
the poll cap to 60 min for the full in-service + warm-pool set.
0 commit comments