Hi,
I am using latest python-connector 1.2.2. I see a connection been created inside DatabaseWrapper.__init__ from mysql/connector/django/base.py file (line 465). I don't see how this connection is clean up and close?
By watching the MySQL processlist, I see that any django app that accesses the DB will start leaking connections. Is this a known issue?
Thanks,
Zemian
I am using latest python-connector 1.2.2. I see a connection been created inside DatabaseWrapper.__init__ from mysql/connector/django/base.py file (line 465). I don't see how this connection is clean up and close?
By watching the MySQL processlist, I see that any django app that accesses the DB will start leaking connections. Is this a known issue?
Thanks,
Zemian