Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changed to pessimistic pool_pre_ping
We had been seeing ``` (MySQLdb.OperationalError) (2006, 'Server has gone away'). ``` To deal we are changing from `pool_recycle` to `pool_pre_ping`.
- Loading branch information