-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing updated algorithm for scaling (#9)
* testing updated algorithm for scaling * node count must only be LESS THAN max size, not equal to We currently will go too big because the assumption is scaling by just 1, so we need to update our scaling functions (now renamed to increase_by and decrease_by to indicate returning an actual value) to return the value to actually increment/change by, and then do it. This is a WIP for testing. Additional note - AWS seems to count the instances it is removing with those new creating, so we will eventually need to add some wiggle room. Signed-off-by: vsoch <[email protected]>
- Loading branch information
Showing
1 changed file
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters