Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Current Situation
- If a Job is configured to process on an Agent then the started task tries endless a reconnect to the agent if the agent is unreachable.
Desired Behavior
- A timeout setting in seconds should be possible to avoid the endless situation.
<process_class ... timeout="60"> - The job goes to error state if this timeout is reached.