Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance limitations #15909

Closed
timdbowden opened this issue Oct 1, 2018 — with docs.microsoft.com · 6 comments
Closed

Performance limitations #15909

timdbowden opened this issue Oct 1, 2018 — with docs.microsoft.com · 6 comments

Comments

Copy link

Hi there, what are the performance limits on this? We are hitting "Reached maximum number of concurrent runs per pipeline" running from Blob Storage to Azure SQL Server


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@douglaslMS
Copy link
Contributor

@timdbowden Azure Data Factory limits are documented here: Data Factory limits. Maximum concurrent runs per pipeline is currently 100.

@timdbowden
Copy link
Author

timdbowden commented Oct 2, 2018 via email

@douglaslMS
Copy link
Contributor

Sent question to Data Factory team.

@douglaslMS
Copy link
Contributor

#in-progress

@cesher
Copy link
Contributor

cesher commented Oct 4, 2018

The default Data Factory concurrent pipeline runs limit is set to 100. If you have an event trigger that creates events faster than your pipeline can process than you have a couple of options. One, and the method we recommend, is to change your trigger configuration so that it fires less frequently. Instead of having the trigger fire for each blob created and/or deleted you could instead use a control file that signals when a "batch" of files should be processed. If however, this is not feasible for your scenario and you need to process each file individually, than the only other alternative is to request a pipeline concurrency limit increase from the product team.

@douglaslMS
Copy link
Contributor

#please-close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants