sebdah / dynamic-dynamodb

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

Doesn't scale down less than 3 writes #326

Closed orest-p closed 6 years ago

orest-p commented 7 years ago

Hello I spotted that the minimum I can scale down on writes is 3, and then downscaling stops Is this something configurable? I have many idle tables in dev and qa environments and need to scale down to 1 write. I have following options enabled
allow-scaling-down-writes-on-0-percent: true min-provisioned-writes: 1

Thanks!

sebdah commented 6 years ago

This seems very strange. I'm not able to reproduce. Please post your full configuration file along with any command line arguments you might be using please.