Hi,
I have a query on the handling of large volume of data coming through in an API response.
I have an API that brings in 100k+ records that I need to persist in the DB. During the API execution, the call failed with the exception:
Something went wrong! Microsoft.Azure.Documents.RequestRateTooLargeException: Message: {"Errors":["Request rate is large. More Request Units may be needed, so no changes were made. Please retry this request later. Learn more: http://aka.ms/cosmosdb-error-429"]}
Can anyone suggest if a similar issue was encountered?
Thanks!
the number of query results is a factor for your Resource Units allocation. See this article on how to increase your RU threshold. https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-provision-database-throughput?tabs=dotnetv2
Best
Stefan