Hi. We have a problem whereby if a deploy is in progress (the PostDeploy.ps1 step) and we tear down that deployment box, the dpeloyment step (of PostDeploy.ps1) just hangs. It constantly sits there waiting for step updates (even though the tear down of the box also explicitly sends an API request to Octopus to remove the box from Octopus), which in turn stops any future deployments of that role/project (because they’re queued behind the never finishing step).
Is there a way to avoid this? Set a timeout? Or have any currently running jobs on machines no-longer within Octopus automatically stop?
Version 2.5.8.447
Cheers