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

[Regression] Fleet scale down didn't adhere to Packed Scheduling #638

Merged
merged 2 commits into from Mar 15, 2019

Commits on Mar 14, 2019

  1. [Regression] Fleet scale down didn't adhere to Packed Scheduling

    The new Fleet scale up/scale down performance enhancements removed
    the functionality that the `Packed` strategy is documented to
    provide -- when scaling down, removing GameServers from least used Nodes
    first.
    
    To maintain performance as well, the set of GameServers only get sorted when
    scaling down, and only for Packed strategy.
    markmandel committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    5768ea3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    0da4e46 View commit details
    Browse the repository at this point in the history