Announcements
No record found.
Hi,
We are getting below error while creating the CRM records using Webapi.
Number of concurrent requests exceeded the limit of 52.
Can anyone have solution to resolve this.
Thanks!
The only solution is to limit the number of concurrent requests, and/or catch the error and retry. This is one of the service protection limits - see https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/api-limits
This error means you reach the limit of 52 concurrent request in 5 minutes time window. The number of concurrent requests made by the user per server. Dynamics has 2 server instances as default. You can overcome this error by split your incoming requests to several different users. That's say if you generate this load using one single crm app user, you will have 52*2 = 104 concurrent requests in total. However, if you can split the load into 10 users. Then, you will have 52*2*10 = 1040 quota for that limit.
And also, you should add the retry logic into your logic to catch that limit hit error, and retry after a while.
Thanks,
Wei
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 182 Super User 2026 Season 1
11manish 123
CU11031447-0 100