<?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: Cron like schedule for 2.0 Extensions? in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249425#M4695</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;just checking in on this being it has been 2 months. Is there any more definitive timeframe of when cron like scheduling will be available for this?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 14:55:41 GMT</pubDate>
    <dc:creator>sivart_89</dc:creator>
    <dc:date>2024-06-28T14:55:41Z</dc:date>
    <item>
      <title>Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229315#M3633</link>
      <description>&lt;P&gt;The EF 1.0 custom db queries extension allows for use of a cron like schedule for when the queries will be executed. I have only seen the ability to specific how often (every 5 minutes, 10 minutes, etc) to run the query for EF 2.0 extensions.&lt;/P&gt;
&lt;P&gt;Does 2.0 have the ability to specify a cron like schedule? We use that pretty heavily today with the 1.0 extension. With the sunset of EF 1.0 in Oct next year I've started looking at replacing the one we use today with 2.0.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 08:33:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229315#M3633</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2023-11-21T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229316#M3634</link>
      <description>&lt;P&gt;Please see&amp;nbsp;this &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Being-able-to-specify-a-custom-interval-for-extension-2-0-SQL/idi-p/189499" target="_self"&gt;thread&lt;/A&gt;. Although documention does not (yet) reflect the availability. It's just not possible to have this configured as configurable variable of the extension configuration and must be "hardcoded" in the extension yaml.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:01:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229316#M3634</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-11-20T13:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229318#M3635</link>
      <description>&lt;P&gt;What is referenced here is a standard interval such as every 5 minutes. I am aware of being able to change that to something else (10, 30, whatever) but that is not what I am referring to. As an example we have the 1.0 extension running a query on a cron schedule such as the below to run at a very specific time Monday - Friday. I don't see that being possible yet in the 2.0 framework.&lt;/P&gt;&lt;P&gt;0-5 12 * * MON-FRI&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:09:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229318#M3635</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2023-11-20T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229325#M3636</link>
      <description>&lt;P&gt;This is scheduled to be added to the SQL datasource somewhere in the first half of 2024 to bridge the most important gap with the Custom DB Query extension.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:15:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229325#M3636</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-11-20T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229326#M3637</link>
      <description>&lt;P&gt;Yes, my fault. You can right now enable/disable extensions configuration using API. So, this can be accomplished for example by calling it from a workflow (if you are on SaaS and you have the new Dynatrace platform available) or triggering the API call remotely - for example from a cron scheduler.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:15:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229326#M3637</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-11-20T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229331#M3638</link>
      <description>&lt;P&gt;Thanks for the information&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;but I could see this still being a huge headache. If I recall correctly the query does not show up in a 'separate config object', or something you can individually manipulate. This means we would have to have a new extension for each query that has a unique schedule that cannot be put into the standard interval format.&lt;/P&gt;&lt;P&gt;While yes API calls are great, it just doesn't make much sense to not have this ability added to the new framework as it causes a lot more maintenance, unless I am missing something.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;glad to see this is being brought in, thank you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:20:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/229331#M3638</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2023-11-20T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243500#M4340</link>
      <description>&lt;P&gt;Hi Mike_L!&lt;/P&gt;&lt;P&gt;Are there any news on this? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 12:56:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243500#M4340</guid>
      <dc:creator>itamarmesa</dc:creator>
      <dc:date>2024-04-22T12:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243501#M4341</link>
      <description>&lt;P&gt;It has been postponed for now. It might be that this functionality is not present before the removal of extension framework 1.0.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 13:06:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243501#M4341</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-04-22T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243509#M4344</link>
      <description>&lt;P&gt;I'm sad to hear this but I do appreciate the update here. I'm not quite ready to start moving everything over to the 2.0 extension I've developed but when ready I will work with the app team to adjust the scheduling.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 14:24:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243509#M4344</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2024-04-22T14:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243668#M4345</link>
      <description>&lt;P&gt;Is there any way to leave the admins some time between you adding the cron functionality to the 2.0 extensions in case that it is not ready in time before the framework 1.0 removal and the framework 1.0 extensions removal?&lt;/P&gt;&lt;P&gt;It will make our monitoring unavailable only dued to this.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 12:44:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243668#M4345</guid>
      <dc:creator>itamarmesa</dc:creator>
      <dc:date>2024-04-23T12:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243677#M4346</link>
      <description>&lt;P&gt;I'm working on the priority of this. I'll point the product manager to your comment about unavailable monitoring.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 10:14:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/243677#M4346</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-04-23T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249425#M4695</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;just checking in on this being it has been 2 months. Is there any more definitive timeframe of when cron like scheduling will be available for this?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 14:55:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249425#M4695</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2024-06-28T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249431#M4696</link>
      <description>&lt;P&gt;It's currently in active development for the SQL data source and we expect it to be there before the removal of EF1 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:06:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249431#M4696</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-28T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249435#M4697</link>
      <description>&lt;P&gt;When will EF1 be removed, &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;?&lt;/P&gt;&lt;P&gt;We need to know exactly when our custom DB query extension 1.0 will stop working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:44:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249435#M4697</guid>
      <dc:creator>ASE</dc:creator>
      <dc:date>2024-06-28T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249436#M4698</link>
      <description>&lt;P&gt;Python extensions built in EF1 will be removed in October. More precisely ActiveGate and OneAgent 1.301.&lt;/P&gt;
&lt;P&gt;JMX will keep working until March.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:51:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249436#M4698</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-28T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249451#M4699</link>
      <description>&lt;P&gt;Just to make sure I am clear here, we are using the sqlOracle datasource to query Oracle databases. This upcoming feature applies to this right? Not sure if there is a separate datasource for something like MSSQL but just wanted to be clear on what we are hoping for (this new feature to work for queries we are running against Oracle databases)&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 21:14:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249451#M4699</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2024-06-28T21:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249452#M4700</link>
      <description>&lt;P&gt;It is indeed planned to work with all the SQL data sources, including Oracle.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 22:28:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/249452#M4700</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-06-28T22:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/251707#M4870</link>
      <description>&lt;P&gt;This will be added to all SQL data sources in AG 1.299. Example YAML:&lt;/P&gt;
&lt;DIV id="tinyMceEditor_83670f07b04a6bMike_L_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (7).png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21408i04733D7463EB8705/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (7).png" alt="image (7).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 10:36:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/251707#M4870</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-07-26T10:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/251720#M4874</link>
      <description>&lt;P&gt;Great news here Mike. Thank you to all involved with this effort!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 12:23:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/251720#M4874</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2024-07-26T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cron like schedule for 2.0 Extensions?</title>
      <link>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/253393#M4982</link>
      <description>&lt;P&gt;EDIT: cron support for the SQL data sources have been delayed to AG 1.301.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 13:14:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Cron-like-schedule-for-2-0-Extensions/m-p/253393#M4982</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-08-14T13:14:00Z</dc:date>
    </item>
  </channel>
</rss>

