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

feat(clouddriver): Favor target capacity when current desired == 0 #2746

Merged
merged 4 commits into from
Mar 13, 2019

Commits on Mar 13, 2019

  1. feat(clouddriver): Favor target capacity when current desired == 0

    This handles a situation where we appear to be getting an occasional
    stale min/max/desired when an asg id is re-used across deployments.
    
    ie. app-v000 was deleted and re-created
    
    Also reaching out to AWS for clarification as to whether this is
    expected or not.
    ajordens committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    be8a79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91ffdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8b380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2be31ce View commit details
    Browse the repository at this point in the history