Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 497 Bytes

FAQ

I am getting this error:

  • Request Rate too Large Request too large is an error from service indicating that you temporarily went beyond the provisioned throughput. You should retry after the provided DocumentClientException#getRetryAfterInMilliseconds().

  • CollectionPoolExhausted this is a SDK side error indicating that the SDK's connection pool is saturated. Consider to retry later, increase the connection pool size or use a semaphore to throttle your workload.