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