employeed Sqlalchemy - pool pre ping to help with db connect errors.

This commit is contained in:
Bryan Van Deusen
2025-08-03 22:46:22 -04:00
parent c480a176c2
commit 68cff4e028
3 changed files with 7 additions and 16 deletions
+3
View File
@@ -28,3 +28,6 @@ class Config:
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENGINE_OPTIONS = {
"pool_pre_ping": True
}