<?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-style Alarm Trigger in Adobe I/O RunTime Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386481#M80</link>
    <description>Also updating a cron trigger never works. I updated a cron trigger yesterday from 2:03 to 2:30(yay typos) and the action still ran at 2:03.</description>
    <pubDate>Thu, 05 Nov 2020 20:16:09 GMT</pubDate>
    <dc:creator>keilorblend360</dc:creator>
    <dc:date>2020-11-05T20:16:09Z</dc:date>
    <item>
      <title>Cron-style Alarm Trigger</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/376942#M77</link>
      <description>&lt;P&gt;Hey there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've set up an action I'd like to run at 12:30am EST every night. I've set up my trigger as the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;wsk trigger create test-t4l \                                                                  
  --feed /whisk.system/alarms/alarm \
  --param cron "30 0 * * *" \
  --param stopDate "2021-10-31T23:59:00.000Z"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The trigger is created successfully and when I "get" the trigger, it shows the correct cron schedule. However, I checked the activation logs this morning and the action did not run until 4:30am.&lt;BR /&gt;&lt;BR /&gt;Am I missing a timezone difference or something? I noticed the datetime for when my action is saved is +4 hours compared to EST.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 14:54:31 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/376942#M77</guid>
      <dc:creator>keilorblend360</dc:creator>
      <dc:date>2020-08-28T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cron-style Alarm Trigger</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/378074#M78</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17238564"&gt;&lt;/LI-USER&gt;&amp;nbsp;, the alarms are scheduled in UTC timezone. I hope it should have been fired at the correct time then? Otherwise, please let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 17:19:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/378074#M78</guid>
      <dc:creator>duypnguyen</dc:creator>
      <dc:date>2020-09-07T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cron-style Alarm Trigger</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386479#M79</link>
      <description>&lt;P&gt;Yeah that kind of stinks. We recently had to adjust all of our action CRON triggers for daylight savings. Every time-based trigger shifted an hour ahead. Anything running at 5am, ran at 4am, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:18:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386479#M79</guid>
      <dc:creator>keilorblend360</dc:creator>
      <dc:date>2020-11-05T20:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cron-style Alarm Trigger</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386481#M80</link>
      <description>Also updating a cron trigger never works. I updated a cron trigger yesterday from 2:03 to 2:30(yay typos) and the action still ran at 2:03.</description>
      <pubDate>Thu, 05 Nov 2020 20:16:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386481#M80</guid>
      <dc:creator>keilorblend360</dc:creator>
      <dc:date>2020-11-05T20:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cron-style Alarm Trigger</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386721#M81</link>
      <description>&lt;P&gt;As mentioned earlier, the cron triggers are based on UTC. So yes, if there is a daylight saving in your timezone, you would need to adjust the triggers.&lt;/P&gt;&lt;P&gt;Wrt updating cron time, you're right it's not possible to update alarms feed once created. You could instead create a new trigger with correct time feed (2.30), then update the rule to map to the new trigger.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 09:54:41 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-i-o-runtime-questions/cron-style-alarm-trigger/m-p/386721#M81</guid>
      <dc:creator>duypnguyen</dc:creator>
      <dc:date>2020-11-09T09:54:41Z</dc:date>
    </item>
  </channel>
</rss>

