Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Desired Behavior
- JOC should send the respective commands as stated in
JS-1163to the JobScheduler Engine. - JOC provides three task menu functions to terminate a task:
- Terminate
Terminates the process with the signal SIGTERM. - Terminate with timeout
Terminates the process with the signal SIGTERM. Should that process not terminate within the specified timeout then it will be killed with a signal SIGKILL.
An input field is provided in JOC to enter the timeout. - Kill Immediately
Kills the process immediately with the signal SIGKILL
- Terminate
Delimitation
- This feature is intended for Unix platforms that implement the SIGTERM and SIGKILL signals. It is not intended for Windows platforms. For Windows systems exclusively the Kill Immediately command applies.