<?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: Scale embedded sku level automatically - without lag? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4859086#M63555</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/647408"&gt;@ebee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;for the prompt response.&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&amp;nbsp;check if the issue is resolved?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 07:20:32 GMT</pubDate>
    <dc:creator>v-achippa</dc:creator>
    <dc:date>2025-10-27T07:20:32Z</dc:date>
    <item>
      <title>Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4857739#M63536</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've used two methods to scale our embedded sku level dynamically. Both have a lag of many minutes, during which the users can't use the reports, or have long waiting times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I used azure alerts to trigger a runbook for increasing the sku level. This had a major ~six minute lag from the alert trigger to actually increasing sku level. This also had a downside that it might fail to increase the level sufficiently. Let's say the cpu trigger is at 80%, but it manages to increase up to 170% before the sku level rises. After the sku level change, the cpu drops to half, so 85%. If the level now rises, there won't be a second trigger, as it didn't drop under 80% from the first sku level change. So for the alert to trigger, the cpu level needs&amp;nbsp;to rise from &lt;EM&gt;under&amp;nbsp;&lt;/EM&gt;80% to&amp;nbsp;&lt;EM&gt;over&amp;nbsp;&lt;/EM&gt;80%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping to fix both issues, I switched into using a python script on our server, triggering a runbook webhook every two minutes. I created an azure log workspace to poll the logs from. The runbook checks the current embedded cpu one minute average use percentage, and then rises or lowers sku level according to the limits I've set. But this method too has a lag of about three minutes, which also results in the sku level increasing when it shouldn't, unless I change the webhook polling rate to three or four minutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope there's some method of achieving automatic sku level scaling without such significant lag? We're currently experiencing quite a bit of problems because of this with only about 40 potential users. We might need to support about 10000 potential users in the near future. Halting or slowing everything up for all of them due to the lag is out of the question. Perhaps webhook polling every minute could work, if it only didn't have such lag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually, writing this I had the idea to research&amp;nbsp;&lt;SPAN&gt;Hybrid Runbook Workers, if using such would help with the lag. Any other ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could using azure logic apps instead of our own server help at all? I don't think the lag comes from that phase though, and azure logic apps seemed like an overkill for such simple thing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 11:46:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4857739#M63536</guid>
      <dc:creator>ebee</dc:creator>
      <dc:date>2025-10-24T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4858079#M63540</link>
      <description>&lt;P&gt;That lag is systemic, and it is even worse in regular Power BI/Fabric&amp;nbsp; (eight minutes or more).&amp;nbsp; Your telemetry will always be too much in the past.&amp;nbsp; &amp;nbsp;Not sure if this is caused by the batch ingestions in the telemetry eventhouses or by something else. It sure is infuriating.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 18:00:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4858079#M63540</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-10-24T18:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4859086#M63555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/647408"&gt;@ebee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;for the prompt response.&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&amp;nbsp;check if the issue is resolved?&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 07:20:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4859086#M63555</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-10-27T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4859909#M63569</link>
      <description>&lt;P&gt;Hi. Yes, I still need help. I don't think we can scale our power bi business unless I get the lag to 30 seconds or less.&lt;BR /&gt;&lt;BR /&gt;As for the hybrid workers I mentioned, I don't think that will help. The culprit is logging, or accessing embedded cpu logs in timely manner afaik. I will have a look at some streaming method mentioned somewhere, but won't have time to work on this soon.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 18:56:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4859909#M63569</guid>
      <dc:creator>ebee</dc:creator>
      <dc:date>2025-10-27T18:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4862127#M63614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/647408"&gt;@ebee&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response,&amp;nbsp;scaling is the best step for now to help reduce the lag.&amp;nbsp;And also yes logging and access to embedded CPU logs can sometimes introduce latency, once you get a chance to look into it, trying a more streamlined or lightweight logging method could help a lot.&amp;nbsp;For now, I would recommend continuing with capacity scaling and monitoring the performance like&amp;nbsp;how the lag changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 06:42:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4862127#M63614</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-10-30T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scale embedded sku level automatically - without lag?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4865008#M63668</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/647408" target="_blank"&gt;@ebee&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We wanted to kindly follow up to&amp;nbsp;check if the solution I have provided for the issue worked?&amp;nbsp;or let us know if you need any further assistance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 12:11:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scale-embedded-sku-level-automatically-without-lag/m-p/4865008#M63668</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-11-03T12:11:28Z</dc:date>
    </item>
  </channel>
</rss>

