<?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: Fabric capacity issue - Python notebooks in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660657#M8734</link>
    <description>&lt;P&gt;In this scenario, we can be sure that each notebook requires its own session for running. A python notebook runs on a 2 VCore, 16 GB RAM single node cluster. Having three of these running around the clock can consume a good chunk of your capacity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's worth it to reconsider the orchestration with the following things in mind:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Running all three notebook from a single pipeline with High Concurrency for pipelines enabled in the Spark settings will cause all three notebook being run in the same session, limiting the amount of blocked VCores to what is consumed during a single session&lt;/P&gt;&lt;P&gt;- Alternatively, you can create a fourth ("control") notebook which leverages the runMultiple() function of notebookutils library to run all three notebooks within the same session, orchestrated from a notebook. The control notebook is then triggered from a data pipeline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both of these option would result in your session being handed from one notebook to another rather than having all three notebook use their own. Implementing one of these options could help reduce the bound resources of your capacity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 10:11:36 GMT</pubDate>
    <dc:creator>ObungiNiels</dc:creator>
    <dc:date>2025-05-06T10:11:36Z</dc:date>
    <item>
      <title>Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4659072#M8704</link>
      <description>&lt;P&gt;HI, We are using F8 capacity, we are have requirement of running 3 jobs once in every 5 mins, so the issue we are facing is capacity limit issue and we are unable to do anything once the limit is reached. The data volume is very low for all the three jobs so we are using python Notebooks instead of pyspark. Is increasing the capacity the only option we have?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a requirement to pull the data from 3 different APIs every 5 mins, currently we are using python script to pull the data and load it to lakehouse table. Each job is taking around a minute to complete. How do we make sure we don't reach the limits ? Is there any other alternate cost effective solution to achive this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabric_1_0-1745003941653.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1261563i73B570BD890F7D4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fabric_1_0-1745003941653.png" alt="fabric_1_0-1745003941653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 19:19:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4659072#M8704</guid>
      <dc:creator>fabric_1</dc:creator>
      <dc:date>2025-04-18T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4659190#M8712</link>
      <description>&lt;P&gt;5 minutes is the sweet/sour spot. You are keeping your pools warm at all times and don't give your capacity an opportunity to cool down.&amp;nbsp; Either stretch your interval (and accept startup delays) or go for a better capacity.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 01:03:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4659190#M8712</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-19T01:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660017#M8722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253869"&gt;@fabric_1&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand you have 3 separate jobs running every 5 mins, however I am wondering how these jobs are orchestrated. Do you run these from a pipeline or do you have 3 separate schedules on the notebooks themselves in place? Can you shed some light on that? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Niels&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 15:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660017#M8722</guid>
      <dc:creator>ObungiNiels</dc:creator>
      <dc:date>2025-04-20T15:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660093#M8726</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/729364"&gt;@ObungiNiels&lt;/a&gt;, I have 3 separate pipelines running one after the other.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 18:57:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660093#M8726</guid>
      <dc:creator>Kar_c</dc:creator>
      <dc:date>2025-04-20T18:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660657#M8734</link>
      <description>&lt;P&gt;In this scenario, we can be sure that each notebook requires its own session for running. A python notebook runs on a 2 VCore, 16 GB RAM single node cluster. Having three of these running around the clock can consume a good chunk of your capacity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's worth it to reconsider the orchestration with the following things in mind:&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Running all three notebook from a single pipeline with High Concurrency for pipelines enabled in the Spark settings will cause all three notebook being run in the same session, limiting the amount of blocked VCores to what is consumed during a single session&lt;/P&gt;&lt;P&gt;- Alternatively, you can create a fourth ("control") notebook which leverages the runMultiple() function of notebookutils library to run all three notebooks within the same session, orchestrated from a notebook. The control notebook is then triggered from a data pipeline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both of these option would result in your session being handed from one notebook to another rather than having all three notebook use their own. Implementing one of these options could help reduce the bound resources of your capacity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 10:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4660657#M8734</guid>
      <dc:creator>ObungiNiels</dc:creator>
      <dc:date>2025-05-06T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4661023#M8741</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/729364"&gt;@ObungiNiels&lt;/a&gt;. I will try these and update.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 11:52:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4661023#M8741</guid>
      <dc:creator>Kar_c</dc:creator>
      <dc:date>2025-04-21T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4665888#M8808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253869"&gt;@fabric_1&lt;/a&gt;,&lt;BR /&gt;Thanks for actively participating in&amp;nbsp;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 04:46:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4665888#M8808</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-24T04:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4670464#M8889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253869" target="_blank"&gt;@fabric_1&lt;/A&gt;,&lt;BR /&gt;Thanks for actively participating in&amp;nbsp;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 09:38:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4670464#M8889</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-28T09:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric capacity issue - Python notebooks</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4679536#M9048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253869"&gt;@fabric_1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 06:41:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-capacity-issue-Python-notebooks/m-p/4679536#M9048</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-05T06:41:24Z</dc:date>
    </item>
  </channel>
</rss>

