aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.72k stars 254 forks source link

Is there any way to release inactive connection? #952

Closed hyeongguen-song closed 11 months ago

hyeongguen-song commented 11 months ago

Is your feature request related to a problem?

No response

Describe the solution you'd like

I want set lifetime at client side (not using wait_timeout)

Describe alternatives you've considered

connection that when created at startupprobe does not release for a log time. I want release this connection when no more query execute

Additional context

No response

Code of Conduct