
Hello everyone,
Recently we're facing an issue in which requests that we are sending as a batch (i.e. with environment URL https://<<endpoint>>.dynamics.com/data/$batch). A sample payload we are using is as follows:
However, we've recently encountered an issue in which if we were to send 6 calls of up to 80 content-ids each, some of the calls may encounter a "Developer over Qps" issue. Further, this error is only thrown when attempting to call the API from another 3rd party application (i.e. can't be replicated when testing 6 calls with 80 content-ids each via postman all 6 calls post data to the entity successfully).
Could I kindly ask if anyone knows of any thresholds/limitations which might be causing this error? There doesn't seem to be a hard limit on the number of calls, so I'm curious to know if such an issue could be mitigated by doing a code change from ERP's end, or if the solutions would have to come from either the client end / network / infrastructure end, while maintaining the real-time push to the entity.
Thank you all very much!