ec2_asg: Retry Autoscaling Group delete calls when scaling activity is in progress (#46124)

* Retry delete calls when scaling activity is in progress

* changelog
This commit is contained in:
Ryan Brown
2018-11-29 08:42:55 -05:00
committed by Sloane Hertel
parent bbab4c1b49
commit 7f7c059a04
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Retry deleting the autoscaling group if there are scaling activities in progress.