Anchor | ||||
---|---|---|---|---|
|
Info |
---|
See Scheduled Tasks for information on developing plugins that perform tasks on a scheduled basis. |
In This Topic
Table of Contents | ||||
---|---|---|---|---|
|
...
Scheduling Services Jobs
The following Quartz format is used for the WebManager XperienCentral Scheduling Services. :
|
...
Scheduling Services Examples
Below are some examples to that demonstrate the use of Cron format used by the Scheduling Services cron format: in XperienCentral.
Format | Description |
---|---|
0 3 1 , 4 , 19 , 21 * * * |
...
Schedules a service to |
...
run every day at 01:03:00, 04:03:00, 19:03:00 and 21:03:00. |
...
0 */ 10 * * * * |
Schedules a service to |
...
run every 10 minutes every day. |
0 45 9 1 , 15 * * |
...
Schedules a service to |
...
run on the 1st and 15th of every month at 09:45:00 |
0 0 2 ? * * |
...
Schedules a service to |
...
run at 02:00 every day. |
...
...
Search Engine Jobs
The following cron Cron format is used for the WebManager XperienCentral Search Engine.
Notice that it has no place to specify seconds or the year. Note that this format omits seconds and the year:
|
Below are some examples that demonstrate the Cron format used by the XperienCentral search engine.
Format | Description |
---|---|
| Schedules a service to run every day at 00:00. |
| Schedules a service to run at 02:30 every day. |
| Schedules a service to run at 55 minutes after each hour every day. |
See also Search Engine Configuration.