<?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: Databricks serverless Queue based on Serverless Environment in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150836#M53529</link>
    <description>&lt;P&gt;For concurrent Run i kept it as 50 , but still even before reaching them , they started queuing . Also kept 16GB serverless memory for each environment.&lt;/P&gt;&lt;P&gt;But can check Serverless pool to increase its capacity and improve performance . Thanks for you valuable insights&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2026 15:36:48 GMT</pubDate>
    <dc:creator>harshgrewal27</dc:creator>
    <dc:date>2026-03-13T15:36:48Z</dc:date>
    <item>
      <title>Databricks serverless Queue based on Serverless Environment</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150809#M53522</link>
      <description>&lt;P&gt;So for my Databricks Workflows , i'd a job that was using Environment 3 of Serverless Compute with Performace Optimized as enabled , as we wanted quick execution of Job when triggered . There can be around 10-20 concurrent run , but noticed maybe of the job run stayed in queue even after other runs got completed .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also when i switched to Env 4 , so same job had no queue time , but had increased execution time .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harshgrewal27_0-1773407674223.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24784iBC579831426AB87B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harshgrewal27_0-1773407674223.png" alt="harshgrewal27_0-1773407674223.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So is there any documentation about how does different environment handle queuing , and concurrent runs?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 13:15:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150809#M53522</guid>
      <dc:creator>harshgrewal27</dc:creator>
      <dc:date>2026-03-13T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks serverless Queue based on Serverless Environment</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150830#M53527</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/138793"&gt;@harshgrewal27&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Before we start there a concept called&lt;STRONG&gt;“container reuse window”&lt;/STRONG&gt;&lt;SPAN&gt; that often explains why some jobs start instantly and others queue."&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Queueing is not controlled by Environment version (Env 3 / Env 4).&lt;/STRONG&gt;&lt;BR /&gt;Queueing in &lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Databricks Workflows&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt; mainly happens due to:&lt;OL&gt;&lt;LI&gt;Job &lt;STRONG&gt;max concurrent runs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Workspace concurrency limits&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Serverless compute capacity scheduling( Optional as it omits most execution because of no custom capacity orchestration for Prod Jobs)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If many runs start at once (10–20 or may be longer 30 min), some runs may &lt;STRONG&gt;enter the scheduler queue until compute becomes available&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Why Env 3 showed queue but Env 4 didn’t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Most likely behavior:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Env 3 + Performance Optimized&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;Jobs execute &lt;STRONG&gt;faster&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Each run requests &lt;STRONG&gt;higher compute resources(32GB-Max for High Compute)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Serverless pool may temporarily run out of slots ( Experienced a lot so pointing this out)&lt;BR /&gt;→ Some runs &lt;STRONG&gt;wait in queue&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Env 4&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;Scheduler provisions compute &lt;/SPAN&gt;&lt;STRONG&gt;more gradually&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Runs start immediately&lt;/LI&gt;&lt;LI&gt;But execution time is &lt;STRONG&gt;slightly longer(&lt;/STRONG&gt;Because of computer scheduling and reuse window&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. What Databricks documentation says&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Docs mention that job runs queue when &lt;STRONG&gt;concurrency or compute capacity limits are reached&lt;/STRONG&gt;, not based on environment version.&lt;/P&gt;&lt;P&gt;Relevant areas in documentation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Job concurrency settings&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Serverless compute capacity allocation&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Link:-&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/release-notes/serverless/environment-version?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/release-notes/serverless/environment-version?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;IMP Point:-&amp;nbsp;&lt;STRONG&gt;concurrent run limits&lt;/STRONG&gt;&lt;SPAN&gt; or scheduling behavior. There’s no explicit note that Env‑3 can “queue” more conservatively than Env‑4 or vice versa (the differences are mostly library/runtime features)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 14:56:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150830#M53527</guid>
      <dc:creator>CURIOUS_DE</dc:creator>
      <dc:date>2026-03-13T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks serverless Queue based on Serverless Environment</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150836#M53529</link>
      <description>&lt;P&gt;For concurrent Run i kept it as 50 , but still even before reaching them , they started queuing . Also kept 16GB serverless memory for each environment.&lt;/P&gt;&lt;P&gt;But can check Serverless pool to increase its capacity and improve performance . Thanks for you valuable insights&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 15:36:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/150836#M53529</guid>
      <dc:creator>harshgrewal27</dc:creator>
      <dc:date>2026-03-13T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks serverless Queue based on Serverless Environment</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/151999#M53735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/138793"&gt;@harshgrewal27&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Did you compare query profiles of a run in Env 3 vs Env 4? Check for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Amount of data being processed per run&lt;/LI&gt;&lt;LI&gt;Longest running stages&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This might also explain the execution time difference between Env 3 and Env 4.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 11:26:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-serverless-queue-based-on-serverless-environment/m-p/151999#M53735</guid>
      <dc:creator>aleksandra_ch</dc:creator>
      <dc:date>2026-03-25T11:26:46Z</dc:date>
    </item>
  </channel>
</rss>

