funilrys / PyFunceble

The tool to check the availability or syntax of domain, IP or URL.
https://pyfunceble.github.io
Apache License 2.0
289 stars 44 forks source link

sqlalchemy | Add pre_ping. #348

Closed funilrys closed 6 months ago

funilrys commented 6 months ago

Indeed, before this patch, we weren't retrying to reconnect properly. This patch fixes the issue by using the pre_ping function of sqlalchemy.

This patch fixes #346.

Contributors:

coveralls commented 6 months ago

Coverage Status

coverage: 95.26%. remained the same when pulling c3d9aa8a375c95a9eec4d31dc67f633c1e0cca31 on issue-346 into 912acc75298dd34c4a930d4e23deed55e236370d on dev.

funilrys commented 6 months ago

Merged from CLI.