Hi,
So I've created custom services and created entities to be used for recurring integration.
And now there is sth related to service api limit made by Microsoft
docs.microsoft.com/.../service-protection-api-limits
My question is what would it affect us now?
So let's start with custom services:
Let's say we have a website, where customers click a button to create a sales order(and this calls my custom service). Most probably there could be a peek where a lot of customers go to the website and create sales orders at the same time. Does that mean they'll get an error if there are for example more than 100 request? What should we do?
Also for recurring integration would that be affected as well? I don't think so right? Let's say I have 3 recurring intergrations, the queue for recurring integration will get created each 5 min for each one and the middle ware will pull each 5 minutes from each one so that wouldn't make an issue Right?