Versions Compared

Key

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

Retrying Try Blocks Inside Concurrent Action ListsTargets

Problem: If copies of a single action list 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 issue does not appear when you are simply using different Retry Try Blocks in parallel, or inside different Action ListsTargets. The build must be running multiple copies of the same action listTarget.

Workaround : Do not use retry try blocks inside action lists Targets which might be run concurrently (single action retries will work fine.)

...