5894b7b941
* changelog in a new file * guide moved from faq to main page |
||
---|---|---|
.. | ||
README.md |
README.md
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 providedDocumentClientException#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.