sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
618 stars 124 forks source link

Fixed allow-scaling-down-on-0-percent bug #304

Closed amalnanavati closed 8 years ago

amalnanavati commented 8 years ago

Fixed the allow-scaling-down-on-0-percent bug. Earlier, if consumed == 0, it used to log that it won't scale down, but then scale down anyway (https://github.com/sebdah/dynamic-dynamodb/issues/294). Now, it won't scale down if consumed == 0 and allow-scaling-down-on-0-percent == false.

sebdah commented 8 years ago

Released in 2.3.0