Healthcheck of mysql using sqlalchemy

383 views Asked by At

I am looking for a lightweight healthcheck using sqlalchemy engine when connected to mysql. Is there a method available at the pool level to check whether the all the connections in the pool all are valid?

0

There are 0 answers