<?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 RESOURCE_EXHAUSTED dbutils.jobs.taskValues.get in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82336#M36612</link>
    <description>&lt;P&gt;I've a job in Databricks running multiple tasks in parallel. Those tasks read parameters of the job using the utility of dbutils. I'm getting the following error when trying to read parameters in my different tasks:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10228i0E12CE11B8F70364/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;com.databricks.common.client.DatabricksServiceHttpClientException: RESOURCE_EXHAUSTED: Too many requests. Please wait a moment and try again. If the issue persists, consider adjusting your request frequency or reaching out to support for assistance.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;This has been working well for a long time, but today it failed. I tried the job a second time, and it failed again. Any help on why it failed?&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 07:53:15 GMT</pubDate>
    <dc:creator>leireroman</dc:creator>
    <dc:date>2024-08-08T07:53:15Z</dc:date>
    <item>
      <title>RESOURCE_EXHAUSTED dbutils.jobs.taskValues.get</title>
      <link>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82336#M36612</link>
      <description>&lt;P&gt;I've a job in Databricks running multiple tasks in parallel. Those tasks read parameters of the job using the utility of dbutils. I'm getting the following error when trying to read parameters in my different tasks:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10228i0E12CE11B8F70364/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;com.databricks.common.client.DatabricksServiceHttpClientException: RESOURCE_EXHAUSTED: Too many requests. Please wait a moment and try again. If the issue persists, consider adjusting your request frequency or reaching out to support for assistance.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;This has been working well for a long time, but today it failed. I tried the job a second time, and it failed again. Any help on why it failed?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 07:53:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82336#M36612</guid>
      <dc:creator>leireroman</dc:creator>
      <dc:date>2024-08-08T07:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: RESOURCE_EXHAUSTED dbutils.jobs.taskValues.get</title>
      <link>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82442#M36652</link>
      <description>&lt;P&gt;We have also had a RESOURCE_EXHAUSED error this morning in APAC on AWS. The job has 49 parallel tasks and has been running without an issue for maybe 6 months.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 20:18:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82442#M36652</guid>
      <dc:creator>kesi</dc:creator>
      <dc:date>2024-08-08T20:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: RESOURCE_EXHAUSTED dbutils.jobs.taskValues.get</title>
      <link>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82454#M36656</link>
      <description>&lt;P&gt;We've been seeing this as well, on a job with ~50 parallel tasks which had been running without issue for the past year&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 00:31:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/82454#M36656</guid>
      <dc:creator>joachimswig</dc:creator>
      <dc:date>2024-08-09T00:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: RESOURCE_EXHAUSTED dbutils.jobs.taskValues.get</title>
      <link>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/83170#M36859</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Our solution has been to use job parameters and&amp;nbsp;dynamic value references. These are read using dbutils.widgets.get() instead of dbutils.jobs.taskValues.get(). Now, our ETL is working well again.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/jobs/parameter-value-references" target="_blank"&gt;Pass context about job runs into job tasks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/jobs/settings#job-parameters" target="_blank"&gt;Configure settings for Azure Databricks jobs - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope you find this information useful.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 05:36:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/resource-exhausted-dbutils-jobs-taskvalues-get/m-p/83170#M36859</guid>
      <dc:creator>leireroman</dc:creator>
      <dc:date>2024-08-16T05:36:49Z</dc:date>
    </item>
  </channel>
</rss>

