fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80) #87

Open
Claude wants to merge 1 commits from issue/80-disable-autoconnect-and-set-pool-timeout-on-pooled into main

1 Commits

Author SHA1 Message Date
Cal Corum
8904db8453 fix: disable autoconnect and set pool timeout on PooledPostgresqlDatabase (#80)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m8s
- 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-03-27 00:36:35 -05:00