Check pooled database connections before reusing them #137

Merged
Brain merged 1 commits from fix-db-disconnect into main 2025-09-26 15:15:28 +02:00
Owner

Tested with a short wait_timeout and interactive_timeout of 10 seconds on the database side. Initially solved with setting pool_recycle shorter than the timeouts, but the pre ping method works independently of which ever timeouts are set.

Fixes kompetenzinventar/ki-doku#43

Tested with a short `wait_timeout` and `interactive_timeout` of 10 seconds on the database side. Initially solved with setting `pool_recycle` shorter than the timeouts, but the pre ping method works independently of which ever timeouts are set. Fixes kompetenzinventar/ki-doku#43
Brain added 1 commit 2025-08-26 13:31:10 +02:00
Check pooled database connections before reusing them
All checks were successful
continuous-integration/drone/pr Build is passing
93cc0ada78
Fixes #43
Brain requested review from frlan 2025-08-26 13:33:51 +02:00
Brain added 2 commits 2025-09-19 18:18:23 +02:00
Check pooled database connections before reusing them
All checks were successful
continuous-integration/drone/pr Build is passing
93cc0ada78
Fixes #43
Check pooled database connections before reusing them
All checks were successful
continuous-integration/drone/pr Build is passing
4c88ee4c06
Fixes #43
Brain merged commit 0011ac9cb9 into main 2025-09-26 15:15:28 +02:00
Sign in to join this conversation.
No description provided.