azure-cosmosdb-java/faq
Mohammad Derakhshani 5894b7b941 docs:
* changelog in a new file
* guide moved from faq to main page
2018-02-27 11:39:50 -08:00
..
README.md docs: 2018-02-27 11:39:50 -08:00

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 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.