Dears, I'm working with large amount of transactions and I'm getting this error
error: 429 Too Many Requests: "{"error":{"code":"Application_TooManyRequests","message":"Tenant Throttler: Too many requests reached. Maximum value is set to 5 concurrent requests and 95 requests waiting in the queue. Current number of concurrent requests: 5 and request queue size: 95.
I've read the documentation, and the message is correct, but how can I extend it to support more requests? any Ideas.
My current customer is running a retail online business (Like Amazon) and the requests from the API are very high (Integration of Business Central and the Mobile App)
Thanks