There are 2 ways you can handle this problem:
- Increase level of throughput (for this option you have to pay more).
- The way that normally we have to do at some points is that we need to implement the logic at application level. For instance, call dynamoDB to check for an exception. If throughput is exceeded, sleep for some seconds and call the same query again (this is what we have implemented in our app).
https://stackoverflow.com/questions/31468379/how-to-solve-throughput-error-for-dynamodb
No comments:
Post a Comment