-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the ability to remove nodes older than a certain age even when th…
…e node group has reached the min - adds max_node_age field to node group configuration - max_node_age by default is disabled, and needs to be a positive, greater than zero duration to enable - when the node group has reached the minimum and there are nodes older than the max_node_age, the scale delta will be set to +1 - this will then force escalator to replace the oldest node fixes #239 Signed-off-by: Alex Price <aprice@atlassian.com>
- Loading branch information
Showing
5 changed files
with
333 additions
and
8 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
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
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
Oops, something went wrong.