wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 30 forks source link

Pool checks #137

Closed maldrake closed 3 years ago

maldrake commented 3 years ago

Hi @wolf4ood,

I created this pull request to add a liveness check of the database connection upon pulling a connection from the pool. The goal is to increase robustness in the event of an unreliable connection to the server, such as a server that drops connections after an idle timeout, or network errors.