Skip to content

Draft: Throwing 429 returned from CosmosDB

Ankur Rawat requested to merge ankurrawat/errorhandlingForBulkInsert into master

What is the issue or story related to the change?


Currently if cosmosDB throws 429 then Bulk update API returns 500 status code. This PR updates error handling to return 429 received from the cosmosDB.

Merge request reports