<?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 missing scheduler for scheduled jobs in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156658#M11767</link>
    <description>&lt;P&gt;The problem is sometimes the scheduler is missing the scheduled time that's and we can't use on start because if the job may ran about 40 times in a day for us and another prblm is we are already using this notification for on failure we can't use it for on start ,is there a possibility to get an alert when the job didn't ran for the scheduled time&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 09:36:30 GMT</pubDate>
    <dc:creator>Teja3051</dc:creator>
    <dc:date>2026-05-12T09:36:30Z</dc:date>
    <item>
      <title>Databricks missing scheduler for scheduled jobs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156649#M11765</link>
      <description>&lt;P&gt;Suppose a job is scheduled at 2 am but if scheduler misses it we need to get an alert message how can it be possible.we don't have centralised table monitoring and APIs for it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 08:47:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156649#M11765</guid>
      <dc:creator>Teja3051</dc:creator>
      <dc:date>2026-05-12T08:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks missing scheduler for scheduled jobs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156652#M11766</link>
      <description>&lt;P&gt;If the job is scheduled it will run - I don't think you need to worry about that in general.&lt;/P&gt;&lt;P&gt;If you want to be sure, you can setup email notications on "Start" to get notified that it is actually starting up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KrisJohannesen_0-1778575964175.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/26866iEC160676D39425DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KrisJohannesen_0-1778575964175.png" alt="KrisJohannesen_0-1778575964175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Additionally you can also query the jobs api to see what jobs have run and when if you want.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/workspace/jobs/listruns" target="_blank"&gt;https://docs.databricks.com/api/workspace/jobs/listruns&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 08:54:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156652#M11766</guid>
      <dc:creator>KrisJohannesen</dc:creator>
      <dc:date>2026-05-12T08:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks missing scheduler for scheduled jobs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156658#M11767</link>
      <description>&lt;P&gt;The problem is sometimes the scheduler is missing the scheduled time that's and we can't use on start because if the job may ran about 40 times in a day for us and another prblm is we are already using this notification for on failure we can't use it for on start ,is there a possibility to get an alert when the job didn't ran for the scheduled time&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 09:36:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156658#M11767</guid>
      <dc:creator>Teja3051</dc:creator>
      <dc:date>2026-05-12T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks missing scheduler for scheduled jobs</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156662#M11768</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/229861"&gt;@Teja3051&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f3 _1ibi0s3ce _1ibi0s3e8" data-pm-slice="1 1 []"&gt;Yes, it is possible for a scheduled run to be delayed or skipped, so I’d first recommend identifying the root cause before putting an alerting workaround in place. Common things to check are scheduler or cloud delays of a few minutes, max concurrency causing a run to be skipped because another run is still active, and timezone/daylight saving behaviour if the schedule is not using UTC.&lt;/P&gt;
&lt;P class="wnfdntf _1ibi0s3f3 _1ibi0s3ce _1ibi0s3e8"&gt;Once that investigation is done, if the requirement is specifically to alert when the 2 AM run never starts, the usual approach is to add a separate watchdog check. For example, you can just run a small SQL query after 2 AM to verify that the expected run exists, and then trigger an alert if it does not. That works well here because native job notifications cover start, success, failure, and duration warnings, but not a dedicated "missed schedule" event.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 09:49:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-missing-scheduler-for-scheduled-jobs/m-p/156662#M11768</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-05-12T09:49:47Z</dc:date>
    </item>
  </channel>
</rss>

