I'm currently testing a very simple Logic App, which is triggered when a message is received in a topic subscription (auto-complete), and sends the content as an HTTP request to our server. It was able to handle a small volume, about 20 messages per second, but I increased the amount of traffic being diverted to it to 200 messages per second, and now the messages are slowly backing up on the subscription.
Why is my Logic App not scaling to handle the load? Can Logic Apps actually scale out the same way that Functions and Web Apps do?