major-domo-database/app
Cal Corum 6637f6e9eb fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80)
- Set timeout=5 so pool exhaustion surfaces as an error instead of hanging forever
- Set autoconnect=False to require explicit connection acquisition
- Add HTTP middleware in main.py to open/close connections per request

Closes #80

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:54:27 -05:00
..
routers_v3 fix: enforce Literal validation on sort parameter in GET /api/v3/players (#66) 2026-04-07 22:53:33 -05:00
services fix: invalidate cache after PlayerService write operations (#32) 2026-03-17 16:28:07 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80) 2026-04-07 22:54:27 -05:00
dependencies.py Merge branch 'main' into fix/remove-hardcoded-webhook 2026-04-08 02:24:10 +00:00
main.py fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80) 2026-04-07 22:54:27 -05:00