You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: