Versions Compared

Key

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

...

Problem: If copies of a single Target is running concurrently inside an Try block with Retry enabled, then the retry count will not be properly updated. This can lead to retries being run an unspecified number of times. Although it should never retry indefinitely, it is possible that a Try block will fail without ever being tried.

Note that this This issue does not appear when you are simply using different Retry Try Blocks in parallel, or inside different Targets. The build must be running multiple copies of the same Target.

...