Is anyone familiar with the connection pooling beh...
# singer-target-development
c
Is anyone familiar with the connection pooling behavior for SQL Connections in the sdk? I am having an issue with the number of idle connections ballooning with
target-postgres
e
I haven't looked into it, but some folks have discussed something related in the past: https://github.com/MeltanoLabs/target-postgres/issues/260
v
Only way I've seen this is in our tests, I haven't seen this in production
c
Yeah I haven’t gotten past the testing side 😅 looks like it is the issues mentioned in the above link.
I’m happy to issue a PR just for the test side of things if needed
v
go ahead @Conner Panarella (SpaceCondor) , happy to take PR's it's just something we didn't prioritize as it's just happening during testing locally
easy to run just the test or 3 you care about and then let CI handle the rest
c
I’m also having issues with CI throwing that issue as well