<?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: Want to set execution termination time/timeout limit for job in job config in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56646#M30608</link>
    <description>&lt;P&gt;yep got it but there is some additional requirement in my project I want if job take longer time then it will terminate and again it will try even if there is timeout error and in databricks launched status should show retry by scheduler and it should follow min_retry_interval_millis before&amp;nbsp; start retry run.. how I can do this. I have set all parameter in config but once job gone in timeout it immidiatly start running and luanched status is not changing means it is not indicating my job is retried. please help&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 11:20:01 GMT</pubDate>
    <dc:creator>Pratibha</dc:creator>
    <dc:date>2024-01-08T11:20:01Z</dc:date>
    <item>
      <title>Want to set execution termination time/timeout limit for job in job config</title>
      <link>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56582#M30602</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;Want to set execution termination time/timeout limit for job in job config file. please help me how I can do this by pass some parameter in job config file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 12:56:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56582#M30602</guid>
      <dc:creator>Pratibha</dc:creator>
      <dc:date>2024-01-07T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Want to set execution termination time/timeout limit for job in job config</title>
      <link>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56623#M30603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97677"&gt;@Pratibha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can configure optional duration thresholds for a job, including an expected completion time for the job and a maximum completion time for the job. To configure duration thresholds, click&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Set duration thresholds&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RKNutalapati_1-1704651175785.png" style="width: 596px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/5712i0AF9FFB01A794CF1/image-dimensions/596x146/is-moderation-mode/true?v=v2" width="596" height="146" role="button" title="RKNutalapati_1-1704651175785.png" alt="RKNutalapati_1-1704651175785.png" /&gt;&lt;/span&gt;&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="RKNutalapati_2-1704651227169.png" style="width: 527px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/5713iD7BD3060C6A76628/image-dimensions/527x262/is-moderation-mode/true?v=v2" width="527" height="262" role="button" title="RKNutalapati_2-1704651227169.png" alt="RKNutalapati_2-1704651227169.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are creating jobs using JOBS JSON API then you need to set the below in JSON for timeout.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RKNutalapati_3-1704651534470.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/5714i82A44DFEFB47990E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="RKNutalapati_3-1704651534470.png" alt="RKNutalapati_3-1704651534470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 18:21:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56623#M30603</guid>
      <dc:creator>RKNutalapati</dc:creator>
      <dc:date>2024-01-07T18:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Want to set execution termination time/timeout limit for job in job config</title>
      <link>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56646#M30608</link>
      <description>&lt;P&gt;yep got it but there is some additional requirement in my project I want if job take longer time then it will terminate and again it will try even if there is timeout error and in databricks launched status should show retry by scheduler and it should follow min_retry_interval_millis before&amp;nbsp; start retry run.. how I can do this. I have set all parameter in config but once job gone in timeout it immidiatly start running and luanched status is not changing means it is not indicating my job is retried. please help&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 11:20:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/want-to-set-execution-termination-time-timeout-limit-for-job-in/m-p/56646#M30608</guid>
      <dc:creator>Pratibha</dc:creator>
      <dc:date>2024-01-08T11:20:01Z</dc:date>
    </item>
  </channel>
</rss>

