<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Check if a pipeline is currently running in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3708519#M1897</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes the concurrency works for scheduled triggers also.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 15:58:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-19T15:58:28Z</dc:date>
    <item>
      <title>Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707450#M1890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a scheduled pipeline that runs every 15 minutes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707450#M1890</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-02-19T09:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707530#M1891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&lt;BR /&gt;You can go to the monitoring hub in a pipeline to check the status of pipeline runs.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;For more information please refer to this link:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/monitoring-hub-pipeline-runs" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/monitoring-hub-pipeline-runs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Please let me know if you have any further queries.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707530#M1891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-19T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707613#M1892</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I think you have misunderstood my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do this automatically from within a pipeline so that if the same pipeline is still running it will stop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:54:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707613#M1892</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-02-19T09:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707743#M1893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Apologies for the misunderstanding. D&lt;SPAN&gt;irectly 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.&amp;nbsp;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.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let me know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 10:38:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707743#M1893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-19T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707755#M1894</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 10:45:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3707755#M1894</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-02-19T10:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3708073#M1895</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this work with scheduled triggers of the same pipeline?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 13:05:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3708073#M1895</guid>
      <dc:creator>BW_RFA</dc:creator>
      <dc:date>2024-02-19T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check if a pipeline is currently running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3708519#M1897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683863" data-lia-user-login="BW_RFA" class="lia-mention lia-mention-user"&gt;BW_RFA&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes the concurrency works for scheduled triggers also.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 15:58:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Check-if-a-pipeline-is-currently-running/m-p/3708519#M1897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-19T15:58:28Z</dc:date>
    </item>
  </channel>
</rss>

