<?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 Cut our Databricks Apps costs by 76% with two scheduled jobs (start/stop) in MVP Articles</title>
    <link>https://community.databricks.com/t5/mvp-articles/cut-our-databricks-apps-costs-by-76-with-two-scheduled-jobs/m-p/158558#M217</link>
    <description>&lt;DIV class=""&gt;Databricks Apps run 24/7 with no native scale-to-zero. ~$350/mo per app (720 hrs), but internal dashboards/admin tools only get used a few hours/day. You pay for 100%, use ~15%.&lt;/DIV&gt;&lt;DIV class=""&gt;We had a test app run idle for 69 days before anyone noticed. ~$800 wasted.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Fix — two scheduled jobs hitting the Apps REST API:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL class=""&gt;&lt;LI&gt;Notebook wraps the start/stop endpoints (params:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app_name,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app_command; supports&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to target every app)&lt;/LI&gt;&lt;LI&gt;Job 1 — start:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0 0 9 ? * MON-FRI *&lt;/LI&gt;&lt;LI&gt;Job 2 — stop:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0 0 18 ? * MON-FRI *&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Result: 50 hrs/week vs 168 → ~76% reduction. Users don't notice; app's up 9–18.&lt;/DIV&gt;&lt;DIV class=""&gt;Gotchas:&lt;/DIV&gt;&lt;UL class=""&gt;&lt;LI&gt;Cold start is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;2–3 min&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— schedule ~15 min before business hours&lt;/LI&gt;&lt;LI&gt;Add failure alerts (Slack webhook) or a silent failed start = angry DMs&lt;/LI&gt;&lt;LI&gt;Schedule a weekly&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;stop all&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;even in app-less workspaces to kill forgotten test apps&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Doesn't cover multi-timezone or true on-demand, but handles ~90% of usage on a schedule + manual start for the rest.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Full text and examples:&amp;nbsp;&lt;A href="https://medium.com/dev-genius/cut-databricks-apps-costs-by-76-automate-start-stop-nearly-scale-to-zero-3e8447425ad5" target="_self"&gt;https://medium.com/dev-genius/cut-databricks-apps-costs-by-76-automate-start-stop-nearly-scale-to-zero-3e8447425ad5&lt;/A&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Jun 2026 13:05:20 GMT</pubDate>
    <dc:creator>protmaks</dc:creator>
    <dc:date>2026-06-08T13:05:20Z</dc:date>
    <item>
      <title>Cut our Databricks Apps costs by 76% with two scheduled jobs (start/stop)</title>
      <link>https://community.databricks.com/t5/mvp-articles/cut-our-databricks-apps-costs-by-76-with-two-scheduled-jobs/m-p/158558#M217</link>
      <description>&lt;DIV class=""&gt;Databricks Apps run 24/7 with no native scale-to-zero. ~$350/mo per app (720 hrs), but internal dashboards/admin tools only get used a few hours/day. You pay for 100%, use ~15%.&lt;/DIV&gt;&lt;DIV class=""&gt;We had a test app run idle for 69 days before anyone noticed. ~$800 wasted.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Fix — two scheduled jobs hitting the Apps REST API:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL class=""&gt;&lt;LI&gt;Notebook wraps the start/stop endpoints (params:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app_name,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app_command; supports&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to target every app)&lt;/LI&gt;&lt;LI&gt;Job 1 — start:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0 0 9 ? * MON-FRI *&lt;/LI&gt;&lt;LI&gt;Job 2 — stop:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0 0 18 ? * MON-FRI *&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Result: 50 hrs/week vs 168 → ~76% reduction. Users don't notice; app's up 9–18.&lt;/DIV&gt;&lt;DIV class=""&gt;Gotchas:&lt;/DIV&gt;&lt;UL class=""&gt;&lt;LI&gt;Cold start is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;2–3 min&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— schedule ~15 min before business hours&lt;/LI&gt;&lt;LI&gt;Add failure alerts (Slack webhook) or a silent failed start = angry DMs&lt;/LI&gt;&lt;LI&gt;Schedule a weekly&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;stop all&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;even in app-less workspaces to kill forgotten test apps&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;Doesn't cover multi-timezone or true on-demand, but handles ~90% of usage on a schedule + manual start for the rest.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Full text and examples:&amp;nbsp;&lt;A href="https://medium.com/dev-genius/cut-databricks-apps-costs-by-76-automate-start-stop-nearly-scale-to-zero-3e8447425ad5" target="_self"&gt;https://medium.com/dev-genius/cut-databricks-apps-costs-by-76-automate-start-stop-nearly-scale-to-zero-3e8447425ad5&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jun 2026 13:05:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/mvp-articles/cut-our-databricks-apps-costs-by-76-with-two-scheduled-jobs/m-p/158558#M217</guid>
      <dc:creator>protmaks</dc:creator>
      <dc:date>2026-06-08T13:05:20Z</dc:date>
    </item>
  </channel>
</rss>

