[Yanel-commits] rev 47079 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data

michi at wyona.com michi at wyona.com
Sat Jan 16 00:09:07 CET 2010


Author: michi
Date: 2010-01-16 00:09:07 +0100 (Sat, 16 Jan 2010)
New Revision: 47079

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/scheduler-jobs.xml
Log:
second job added and NOW as start date

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/scheduler-jobs.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/scheduler-jobs.xml	2010-01-15 23:04:17 UTC (rev 47078)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/scheduler-jobs.xml	2010-01-15 23:09:07 UTC (rev 47079)
@@ -2,12 +2,17 @@
 
 <scheduler xmlns:sch="http://www.wyona.org/yanel/scheduler/1.0">
   <jobs enabled="true">
-    <job class="org.wyona.yanel.servlet.HeartbeatJob" name="hearbeat">
-      <!--<trigger startDate="NOW">-->
-      <trigger startDate="2010.11.01T10:30:24">
+    <job class="org.wyona.yanel.servlet.HeartbeatJob" name="hearbeat1">
+      <trigger startDate="NOW">
         <!--<repeat count="REPEAT_INDEFINITELY" interval="60000"/>-->
         <repeat count="3" interval="60000"/>
       </trigger>
     </job>
+    <job class="org.wyona.yanel.servlet.HeartbeatJob" name="hearbeat2">
+      <trigger startDate="2010.11.15T10:30:15">
+        <!--<repeat count="REPEAT_INDEFINITELY" interval="60000"/>-->
+        <repeat count="5" interval="60000"/>
+      </trigger>
+    </job>
   </jobs>
 </scheduler>



More information about the Yanel-commits mailing list