You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make pool initialize() idempotent to prevent double init
The pattern `async with await create_pool(...)` called initialize()
twice (once in create_pool, once in __aenter__), creating 2x min_size
connections. Now guarded by an _initialized flag.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments