Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2
minLevel2


...

Scheduling Services Jobs

The following format is used for the WebManager Scheduling Services:

...

FormatDescription
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 execute on the 1st and 15th of every month at 09:45:00
0 0 2 ? * *Schedules a service to executed at 2 o'clock every day ((taken from the Google sitemap generator schedule).

...













...

Search Engine Jobs

The following cron format is used for the WebManager Search Engine.
Notice that it has no place to specify seconds or the year.

...