pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
28 stars 25 forks source link

Workflow failure: Build and test #223

Closed pulumi-bot closed 10 months ago

pulumi-bot commented 10 months ago

Workflow Failure

Build and test has failed. See the list of failures below:

justinvp commented 10 months ago

@Frassle, can you take a look?

Frassle commented 10 months ago

Looks like this was just transient. I suspect mistiming between the engine shutting down and Automation API logs flushing. Short term we should probably just try/catch around the logging code so it never bubbles an exception all the way up.

Frassle commented 10 months ago

OK I think this is just the same as https://github.com/pulumi/pulumi-dotnet/issues/126. The engines getting a close signal while logs are still happening asynchronously.