We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09defdf + 3062d00 commit 4edcad2Copy full SHA for 4edcad2
src/server/config.py
@@ -67,7 +67,7 @@
67
+ POSTGRES_DATABASE
68
)
69
70
-engine = db.create_engine(DB)
+engine = db.create_engine(DB, pool_pre_ping=True)
71
72
# Run Alembic to create managed tables
73
# from alembic.config import Config
0 commit comments