Check pooled database connections before reusing them #137
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-db-disconnect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested with a short
wait_timeoutandinteractive_timeoutof 10 seconds on the database side. Initially solved with settingpool_recycleshorter than the timeouts, but the pre ping method works independently of which ever timeouts are set.Fixes kompetenzinventar/ki-doku#43