Notifications
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Tom_Gioielli 170 Super User 2025 Season 2
#ManoVerse 70
Jimmy Passeti 50 Most Valuable Professional