You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?: No
Python version: 3.11.1
Platform: Windows/Linux
Do you use pgbouncer?: No
Did you install asyncpg with pip?: Yes
If you built asyncpg locally, which version of Cython did you use?: -
Can the issue be reproduced under both asyncio and uvloop?: Yep
Using a pool with max_inactive_connection_lifetime parameter releases connections without respect to min_size.
I expect that the number of active connections should be maintained up to min_size, using the connection refresh mechanism when pool.min_size > pool.size.
The text was updated successfully, but these errors were encountered:
the issue with a local PostgreSQL install?: No
uvloop?: Yep
Using a pool with
max_inactive_connection_lifetime
parameter releases connections without respect tomin_size
.I expect that the number of active connections should be maintained up to
min_size
, using the connection refresh mechanism when pool.min_size
> pool.size
.The text was updated successfully, but these errors were encountered: