Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmendonca committed Dec 2, 2016
1 parent 3ed61d0 commit cfb94ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 1.0.2 (, 2016)
## 1.0.2 (December 02, 2016)
- Added cool down and bid threshold times in the configuration file
- Refresh state doesn't affect tiopatinhas' actions anymore

## 1.0.1 (November 29, 2016)
## 1.0.1 (November 30, 2016)
- Added support to get user data from Launch Configuration Group if not provided

## 1.0.0 (October 11, 2016)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='tiopatinhas',
version='1.0.1',
version='1.0.2',
author='Chaordic Systems',
description='An Amazon Autoscaling companion that uses the Spot Market',
license='Open Source',
Expand Down
4 changes: 2 additions & 2 deletions tp/tp.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ def guess_target(self):
self.logger.debug(">> guess_target(): changed target from %s to %s", previous, candidate)
self.target = candidate
else:
self.logger.info("guess_target(): not updating target for instances, waiting for cool down! \
Remaining time to next change %s", self.cool_down_threshold - elapsed_time)
self.logger.info("guess_target(): not updating target for instances, waiting for cool down!"
"Remaining time to next change %s", self.cool_down_threshold - elapsed_time)

def managed_by_autoscale(self):
return int(self.tapping_group.desired_capacity)
Expand Down

0 comments on commit cfb94ca

Please sign in to comment.