Incorrect Audits/Subscription Events

Hi,

We are using Octopus 3.8.8.

We have noticed that the audit log will report the deploy has started at the exact same time as it succeeds when a failure guidence has occurred during the deployment.

I’ve attached the audits for a deploy (bluring the confidential info)

Are you able to explain why we get this extra audit being recorded?

Hi Chris,

Thanks for getting in touch. The reason is that when a manual intervention step occurs and nothing else is running, the deployment pauses and the deployment thread stops. Once the intervention is actioned, the deployment loads itself again and enters the deployment process from the start, picking up at the steps it hasn’t done yet.

Now, I agree that it should not raise the started event again, so I’ve raised an issue. I’ve changed the code so that it now detects that the deployment is resumed and raises a DeploymentResumed event instead.

This should be out in a release soon (keep an eye on the issue), it just needs to be reviewed.

Regards,

Robert W

Hi Robert,

Thank you for your prompt reply.

We eagerly await your code change :slight_smile:

Regards

Chris