NetX runs a number of maintenance tasks on a daily basis. Normally (and by default), these tasks run at 1 am. However, there may be a need to adjust when these tasks run. This can be done by setting the following properties:
Property | Description |
---|---|
sys.scheduleDailyRunHour |
Changes the scheduled time that maintenance tasks run. If this property value is set to anything other than integers between 0 and 23, the default of "1" (1 am) will be substituted. Value options: number between 0 and 23 Requires restart: Yes |
sys.scheduleDailyRunTimeOffset |
Specifies a number, in minutes, to offset the hour specified in the sys.scheduleDailyRunHour property. Value options: number between -59 to 59 Requires restart: Yes |