The <schedule>
section of the file containing the database update task settings is structured as follows:
<schedule>
<ruleType>Once|Monthly|Weekly|Daily|Hourly|Minutely|Manual</ruleType>
<startByTime>
2024<year></year>
<month><month></month>
<day>day of month|day of week</day>
<hour><hours></>hour>
<min><minutes></min>
<sec><seconds></sec>
<dayOfMonth><day of month></dayOfMonth>
<dayOfWeek><day of week></dayOfWeek>
<timePeriod><1></timePeriod>
</startByTime>
<randInterval><minutes></randInterval>
<execTimeLimit><minutes></execTimeLimit>
<runMissed><0|1></runMissed>
</schedule>
Update task schedule settings
Setting |
Description and possible values |
---|---|
|
The Starting a scheduled task mode. Possible values include:
|
|
Start time. If you do not specify a start time, the current system date and / or time is set by default (see the table below). |
|
Randomize the task launch within a time interval (in minutes) to equalize the load on the mail server while multiple scheduled tasks are running simultaneously. Format – [0;999]. |
|
Limit the duration of the task interval (in minutes). Format – [0;999]. |
|
Run missed tasks. Possible values include:
|
Setting |
The startByTime setting value |
|
year [present year -1;present year +10] |
|
month [JAN | FEB | MAR | APR | MAY | JUN | JUL | AUG | SEP | OCT | NOV | DEC] |
|
day of month [1;31] |
|
hour [00;23] |
|
minutes [00;59] |
|
seconds [00;59] |
|
day of week [MON | TUE | WED | THU | FRI | SAT | SUN] |
|
time period [0-999], where 0 indicates the start period is not set |
Page top