Results 28 comments of Flo

I stumbled upon this issue while looking if there was an issue similar to https://github.com/hashicorp/terraform-provider-kubernetes-alpha/issues/217 in this repository, now that the `kubernetes_manifest` resource has been merged into the main provider....

Hi @asthamohta, thanks for reaching out and creating this issue. I will reply in this thread to the message you left [here](https://github.com/flovouin/nodejs-spanner-memory-leak/issues/1). > I see you are using nodejs version...

> So i followed the steps present on your post and I can now see the graph similar to that the you have posted has but I did not get...

Thanks for your reply and for the insights, @olavloite! Indeed, the term "memory leak" might not be appropriate as it seems that the memory _can_ be reclaimed. However my concern...

Hi @olavloite, Regarding `closeTransaction`, maybe it's worth having another test with the function doing a bit more work, and check that `database.close()` still works around the problem? In my initial...

Here's some additional links that might concur with my assumptions: https://cloud.google.com/functions/docs/concepts/exec#auto-scaling_and_concurrency > Each instance of a function handles only one concurrent request at a time https://cloud.google.com/functions/docs/concepts/exec#errors > If your code...

I'm not working on this project anymore so I can't say whether this fixed the issue. Maybe @qbarlas can chime in here? Otherwise I guess we can run the [example...

Hi @asthamohta, thank you for your response. I haven't tried lowering the `keepAlive` value, I'll do that. I did however lower the number of sessions to avoid too many unused...

I set `keepAlive` to 15 minutes (down from the default of 30) however it did not improve the situation. It actually looks like it worsened it, which could make sense:...

Okay so I've got a reproducible way to generate unhandled rejections. Create a test instance/database in a GCP project and allow a service account to read from it. Run the...