Astha Mohta

Results 17 comments of Astha Mohta

Session proto should have changes for adding creator role as well. That is missing. Looks like that file was not added. Can we add that too in the same PR?

Thanks @flovouin. 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...

That @flovouin So we are able to see a memory leak in readInTransaction @olavloite Will be looking into it

Hi @flovouin, you mentioned the keepAlive mechanism in sessions. Do these errors disappear when you configure the session pool to have a lower keepAlive value?

Thanks for pointing out the error in documentation, will fix that. What I am actually trying to figure out by decreasing the `keepAlive` value is if somehow the background tasks...

This makes sense. Give me some time to figure out which part of the code the error should get caught in and I will add code to catch this. I...

Hi @flovouin just trying a couple of ideas here, can you please try increasing the timeout limit in the function details (max time is 540 seconds, default is 60 seconds)....

I see, also what we are suspecting is that the background tasks get killed when the function is completed and when a new call comes and it is restarted, spanner...