Changes for page Scheduler Application

Last modified by Mathieu Pace on 2023/12/06 14:54

<
From version < 37.2 >
edited by Vincent Massol
on 2016/11/10 11:41
To version < 38.1 >
edited by Ecaterina Moraru (Valica)
on 2017/09/04 15:23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.evalica
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,5 +1,5 @@
1 1  {{info}}
2 -This application requires the [[Scheduler Plugin>>Scheduler Plugin]]. It is bundled in XWiki Enterprise version 1.2 milestone 2 and later.
2 +This application requires the [[Scheduler Plugin>>Scheduler Plugin]]. It is bundled in XWiki version 1.2 milestone 2 and later.
3 3  {{/info}}
4 4  
5 5  Offers a dashboard of defined jobs and the ability to perform actions on these jobs (cancel, reschedule, edit, etc). The application is available on the Scheduler space of your wiki.
... ... @@ -29,6 +29,7 @@
29 29  {{image reference="scheduler-job-creation.png" width="650"/}}
30 30  
31 31  The cron expressions are used to configure how often the jobs will be triggered. Cron expressions are strings that are actually made up of seven sub-expressions, that describe individual details of the schedule (see [[this tutorial>>http://quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06]] on the quarts scheduler documentation). These sub-expression are separated with white-space, and represent:
32 +
32 32  1. Seconds
33 33  1. Minutes
34 34  1. Hours
... ... @@ -37,7 +37,7 @@
37 37  1. Day-of-Week
38 38  1. Year (optional field)
39 39  
40 -Below some example of valid cron expression, from the [[official quartz scheduler documentation>>http://www.quartz-scheduler.org/documentation||rel=__blank]]:
41 +Below some example of valid cron expression, from the [[official quartz scheduler documentation>>http://www.quartz-scheduler.org/documentation||rel="__blank"]]:
41 41  
42 42  |= Cron expression |= Meaning
43 43  | **0 15 10 * * ?** | Fire at 10:15am every day
... ... @@ -44,6 +44,3 @@
44 44  | **0 15 10 ? * MON-FRI** | Fire at 10:15am every Monday, Tuesday, Wednesday, Thursday and Friday
45 45  | **0 0/5 14 * * ?** | Fire every 5 minutes starting at 2pm and ending at 2:55pm, every day
46 46  | **0 15 10 ? * 6L** | Fire at 10:15am on the last Friday of every month
47 -
48 -
49 -

Get Connected