[sqlalchemy] Delayed QueuePool purge causes logger error

2017-09-08 Thread Shige Takeda
Hi, I'm trying to figure out how to purge connections in the SQLAlchemy's connection pool (QueuePool) synchronously. SQLAlchemy version is 1.1.14. The test case was given from one of the customers. It uses Snowflake DB connector that

[sqlalchemy] Re: Pool connections high-water, session query counter?

2017-09-08 Thread YKdvd
In a separate thread, Mike had a demo which kept a query count in a Session instance by stamping a reference to the Session in its connections. It got removed