Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: handle in progress errs from ASG deletes #1840

Merged

Commits on May 6, 2015

  1. provider/aws: handle in progress errs from ASG deletes

    If an AutoScalingGroup is in the middle of performing a Scaling
    Activity, it cannot be deleted, and yields a ScalingActivityInProgress
    error.
    
    Retry the delete for up to 5m so we don't choke on this error. It's
    telling us something's in progress, so we'll keep trying until the
    scaling activity completed.
    phinze committed May 6, 2015
    Configuration menu
    Copy the full SHA
    03530d1 View commit details
    Browse the repository at this point in the history