PROCESS_CANCEL_TIMEOUT - UAG configuration option
Description
The PROCESS_CANCEL_TIMEOUT option specifies the length of time that an OS task is given to complete its response to a CANCEL request received from Universal Controller.
If the task fails to terminate within the specified timeout period, UAG Server will forcefully terminate the task.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | process_cancel_timeout time[s|m|h|d] |
Values
time must be numeric, but a one-letter suffix is accepted to specify a time unit of (s)econds, (m)inutes, (h)ours, or (d)ays. If no time unit is specified, the default is seconds.
The following maximums are enforced:
2147683647 or 2147683647s
35791394m
596523h
24855d
Minute, hour, and day maximums are set to ensure that their value, when represented as a number of seconds, does not exceed 2147683647.
Default is 10 seconds.