TASK_TERMINATION_RETRY_INTERVAL

Description:

This parameter is used to determine when a task is terminated if the task does not produce a heartbeat. This termination is performed by the Task Monitor. If a task times out (exceeds the time limit), the task monitor will attempt to terminate the task. If a termination attempt fails, the task monitor will wait for X milliseconds before making another attempt (for a total of 25 attempts). The TASK_TERMINATION_RETRY_INTERVAL parameter defines the X milliseconds period between termination attempts by the Task Monitor on a running task.

Valid Values:

An integer value representing the interval in milliseconds.

Default Value:

60000

Location:

system/EnterpriseScheduler/

Effective:

n/a