This flag determines the length of time (in seconds) that the mgxpiserver.exe will wait after the end of the flow timeout in order to terminate the relevant worker threads that serve the same Root FSIDs.
If the flow is running and the timeout has passed, the flow (not the worker) will be terminated once it finishes its current step, even if the grace time has not yet elapsed. However, if the flow is stuck on a specific step, the full grace time will elapse before the worker is terminated.
It is a best practice to set the FlowTimeoutGraceTime flag in the ifs.ini file per a machine where a project is executed, which can vary, for example, from a strong machine to a weak machine. This can be used as an additional offset for the other timeout you can define for a flow.
The FlowTimeoutGraceTime is taken into account only if the flow timeout is not zero.
The default value (in seconds) is 300.
For additional information about flow timeout policy, click here.
Since version: 4.0a
|