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

Dynamic Dynamo Executes requests too quickly #230

Open nickveenhof opened 9 years ago

nickveenhof commented 9 years ago

We have around 150 tables that we need to monitor. Now, when 20 tables need adjustments the following happens:

2014-12-24 16:01:14,806 - dynamic-dynamodb - WARNING - production.Usages.20141229 - LimitExceededException: Subscriber limit exceeded: Only 20 tables can be created, updated, or deleted simultaneously

The application should make sure that it pauzes enough so that AWS gets the time to process all the requests. This limit is really hard to increase according to AWS representatives...

sebdah commented 9 years ago

Thanks for this. I will not have time to implement this now, but I'm open for a pull request to fix this.