I've successively migrated my py2.7 app to 3.12 using the legacy apis. The last error I'm getting now and then is:
Connection pool is full, discarding connection: appengine.googleapis.internal. Connection pool size: 10
In my app.yaml I have:
max_concurrent_requests: 20
I tried removed that in hopes it will fix the issue but it doesn't seem to
See if this response from Stackoverflow helps
Hi,
I'm having the same issue. Anyone know how to resolve it?
> See if this response from Stackoverflow helps
Not much helpful for me.
Any other suggestion @NoCommandLine ?
I don't have any other suggestions.
Are you saying you increased the size of the pool but that didn't resolve your issue?