The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I’m experiencing a concurrency issue when running my orchestrator in Fabric. I’m using the Trial version with an F64 SKU. The error is as follows:
There are substantial concurrent copy activity executions which is causing failures due to throttling under subscription XXXXX-XXXXXX-XXXXX, region ne and limitation 400. Please reduce the concurrent executions.
ErrorCode: UserErrorWithLargeConcurrentRuns.
If I increase the capacity, should this issue be resolved? In other words, is capacity related to the concurrency level?
Thanks.
Solved! Go to Solution.
Based on the documentation,
https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations
that seems to be an issue at fabric level
Capacity defines the ability of resources to perform activities or produce output, but does not directly control concurrency limits
The 400-activity concurrent execution limit exists independently of your purchased capacity SKU
Increasing your capacity from F64 to a higher SKU will provide more computational power but will not increase the 400 concurrent Copy activity limit
Potential solutiom would be :
Implement staggered pipeline scheduling to ensure that not all Copy activities attempt to run simultaneously
Based on the documentation,
https://learn.microsoft.com/en-us/fabric/data-factory/data-factory-limitations
that seems to be an issue at fabric level
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
1 |
User | Count |
---|---|
16 | |
15 | |
11 | |
6 | |
6 |