-
Notifications
You must be signed in to change notification settings - Fork 321
Up Logic App concurrency control to 500? #50
Description
Do we know if the Logic Apps team is considering lifting the hard cap of 50 for the trigger concurrency control? Perhaps to something like 500?
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers#change-trigger-concurrency
I ask because our organization makes heavy use of Logic Apps. Our Logic Apps are ingesting data from an occasionally “spikey” data source and then inserts it into an Azure SQL database.
The concurrency control helps us smooth those spikes and protect the downstream Azure SQL database.
But – for our purposes - a hard limit of 50 concurrent LAs isn’t enough throughput to fully saturate a P6 or P11 Azure SQL database.
The 50 limit is a bottleneck for us.
Would the team ever consider raising the cap and giving customers more choice?
If so, that would prevent my organization from having to re-architect this solution away from Logic Apps as we scale.
@joechung-msft