Another sleep for safety
This commit is contained in:
parent
29277994b9
commit
c8ba5219e3
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ func updateMultipleBackends() {
|
||||||
fmt.Println("\nStep 3: Migrate instances to temporary group")
|
fmt.Println("\nStep 3: Migrate instances to temporary group")
|
||||||
migrateInstances(instanceGroupName, instanceGroupTemp)
|
migrateInstances(instanceGroupName, instanceGroupTemp)
|
||||||
|
|
||||||
|
sleep(loadBalancerUpdateTime)
|
||||||
|
|
||||||
// Remove original backends to get rid of old balancing mode
|
// Remove original backends to get rid of old balancing mode
|
||||||
fmt.Println("\nStep 4: Update backend services to point only to temporary instance groups")
|
fmt.Println("\nStep 4: Update backend services to point only to temporary instance groups")
|
||||||
setBackendsTo(false, "", true, balancingModeInverse(targetBalancingMode))
|
setBackendsTo(false, "", true, balancingModeInverse(targetBalancingMode))
|
||||||
|
|
Loading…
Reference in a new issue