Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor changes

...



ExplanationsExplanation:

  • If any of the three jobs within the Retry block fails then the order will wait for the specified delay and will repeat the Retry block from the first job node.
  • The example makes use of a maximum of 10 retries and an individual delay per retry each being added one more second.
  • If the number of delays specified is lower than the number of retries then the last delay specified will be used for subsequent retries.

...