asyncpg acquire timeout
Hi! i was migrating db from mongodb to postgres using asyncpg and created pool and did pool.acquire to get connection and passed to functions
One of the functions had to call discord api to check some stuff which took quite some time and when it completed, i got connection has been back to pool
So is there any time limit after which the connection is released back to pool ?
One of the functions had to call discord api to check some stuff which took quite some time and when it completed, i got connection has been back to pool
So is there any time limit after which the connection is released back to pool ?
