BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Issue: TerminateServiceInstances sometimes fails due to Pending status #334

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

The TerminateServiceInstances task sometimes gets back a status of Pending from a TerminateInstance() call. This causes the task to return an error and fail the build.

Add retry logic to the task so it can retry the terminate process up to three times instead of failing on the first non-Succeeded result.

This work item was migrated from CodePlex

CodePlex work item ID: '10597' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@4/21/2014] Resolved with changeset 74904: Add retry logic to TerminateServiceInstances (#10597)