https://pulumi.com logo
Title
f

flaky-dusk-9423

03/20/2023, 12:03 PM
Hey! I'm debugging a goroutine leak in an application using the Automation API and have a suspect line. To me it looks like this
pulumi.Context
is never closed. Is there something I'm missing here or is this actually leaking a couple of GRPC connections? https://github.com/pulumi/pulumi/blob/1b2470db221167ec4e998e226b1c5338e1f26c7b/sdk/go/auto/stack.go#LL1162
l

lemon-agent-27707

03/20/2023, 11:46 PM
I would definitely encourage you to open an issue github.com/pulumi/pulumi/issues/new that describes what you're seeing.
f

flaky-dusk-9423

03/21/2023, 6:58 AM
Done. Putting it here too for reference. https://github.com/pulumi/pulumi/issues/12463