An Azure NoSQL database service for app development.
Hi @Deepanshu Goyal ,
For Rate Limiting Timeout errors in Cosmos DB, it is recommended to increase Request Units.
Azure Cosmos DB for MongoDB operations may fail with rate-limiting (16500/429) errors if they exceed a collection's throughput limit (RUs).
You can enable the Server Side Retry (SSR) feature and let the server retry these operations automatically. The requests are retried after a short delay for all collections in your account. This feature is a convenient alternative to handling rate-limiting errors in the client application.
Refer to the detailed documentation for the same here: Prevent rate-limiting errors for Azure Cosmos DB for MongoDB operations
Hope this helps. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.