Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • restart job after termination with error.
  • restart job after Agent restart.
  • restart job from different Subagent in an Agent Cluster in case that the Subagent running the job becomes unreachable. 

Restart Job after

...

Error

If a job terminates with failureerror, this includes that the Agent is available and is a witness to the job's failure.

...

  • the Agent is not running, for example due to after a crash.
  • the Agent continues to run, but no connection can be established, for example in case of network errors.

...

  • The option should be handled with care as it can cause double job execution if the original Subagent is unreachable but is still running the job. Before using this option users should verify that the Subagent is downnot running.
  • Jobs which are not restartable after a user confirmed loss of the Subagent can be marked as such in the job inventory and will be exempted from restart. This applies to jobs that must execlude any exclude the risk of double job execution.
  • Selection of the next Subagent is based on the type of Subagent Cluster, for example fixfixed-priority or round-robin.

...