Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
BW_RFA
Helper I
Helper I

Check if a pipeline is currently running

Hi,

 

I have a scheduled pipeline that runs every 15 minutes. 

Once a day it may ingest a lotof data and the pipeline runs for over 15 minutes, meaning the next run tries to process the same data etc.

 

Is there a way to automatically check whether the pipeline is currently running (from within the pipeline) so I don't run it multiple times if it currently ongoing? I would check to see if the pipeline is running and stop the current run if it is.

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @BW_RFA 
Apologies for the misunderstanding. Directly checking the pipeline's status within an ongoing pipeline in Microsoft Fabric isn't currently available. You can set the concurrency limit to 1 in the pipeline settings. The maximum number of concurrent runs the pipeline can have is called Concurrency. By default, there is no maximum. If the concurrency limit is reached, additional pipeline runs are queued until earlier ones complete.

vnikhilanmsft_0-1708338889502.pngvnikhilanmsft_1-1708338984174.png


Hope this helps. Please let me know if you have any further queries.

 

View solution in original post

6 REPLIES 6
NandanHegde
Super User
Super User

Unfortunately As of today Fabric data pipelines do not have any REST API because of which we cannot check the status of the pipeline at run time dynamically.

But you can enable the concurrency property wherein making it 1 would ensure only 1 instnace of pipeline is running and have others in queue.

 

NandanHegde_0-1708339496608.png

 




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com
Anonymous
Not applicable

Hi @BW_RFA 
Thanks for using Fabric Community.
You can go to the monitoring hub in a pipeline to check the status of pipeline runs.

vnikhilanmsft_0-1708335045410.png

 

vnikhilanmsft_1-1708335093921.png

 

vnikhilanmsft_2-1708335143595.png
For more information please refer to this link:
https://learn.microsoft.com/en-us/fabric/data-factory/monitoring-hub-pipeline-runs

Hope this helps. Please let me know if you have any further queries.

Hi,

 

Thank you for your reply. I think you have misunderstood my question.

 

I want to do this automatically from within a pipeline so that if the same pipeline is still running it will stop.

 

Thanks

Anonymous
Not applicable

Hi @BW_RFA 
Apologies for the misunderstanding. Directly checking the pipeline's status within an ongoing pipeline in Microsoft Fabric isn't currently available. You can set the concurrency limit to 1 in the pipeline settings. The maximum number of concurrent runs the pipeline can have is called Concurrency. By default, there is no maximum. If the concurrency limit is reached, additional pipeline runs are queued until earlier ones complete.

vnikhilanmsft_0-1708338889502.pngvnikhilanmsft_1-1708338984174.png


Hope this helps. Please let me know if you have any further queries.

 

Thanks,

 

Does this work with scheduled triggers of the same pipeline?

Anonymous
Not applicable

Hi @BW_RFA 
Yes the concurrency works for scheduled triggers also.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.