Some scheduled tasks in XperienCentral can be configured to run on a scheduled basis. These configuration settings follow the Unix Cron format. Two different formats are used; one for the Scheduling Services and one for the Search Engine. Determine which format you need and follow the examples in the appropriate section below.
In This Topic
Scheduling Services
The following format is used for the WebManager Scheduling Services:
|
Examples
Below are some examples that demonstrate the use of the Scheduling Services Cron format.
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. |
|
The example above schedules a service to be executed at the 1st and 15th of every month at 09:45:00
|
The example above (taken from the `Google sitemap generator schedule`) schedules a service to be executed at 2 o'clock every day.
WebManager Search Engine
The following cron format is used for the WebManager Search Engine.
Notice that it has no place to specify seconds or the year.
|