[RuntimeManager]AutoRestartTrigger
- Last UpdatedJul 19, 2023
- 1 minute read
An automatic restart occurs if an instance abnormally exits after the specified trigger time. For example, if set to 3600 seconds (1 hour), and the system exits abnormally after running for 43 minutes, then the automatic restart will not occur. If the system exits abnormally after running for 65 minutes, then the automatic restart will occur.
Allowable Values:
-
n - the amount of time (in seconds) before an automatic restart occurs following an abnormal exit
-
0 - the instance is restarted automatically following an abnormal exit
-
-1 - the instance is not restarted automatically following an abnormal exit
Default Value:
3600 seconds (1 hour)
Note: If [Runtime]AutoRestartTrigger is less than zero then the minimum value is used, and no auto restart will occur. If >= 0 then this value is used in seconds. This is the time (from the original Plant SCADA start) before the process will be restarted. If this value is 3600, there is no more than one restart an hour from when the process exited abnormally.