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
Override do_ping() to catch any error and return False, letting
SQLAlchemy invalidate the dead connection and create a new one.
This is simpler and more robust than classifying errors in
is_disconnect() — a health check should never raise.
Also pin poetry to 2.0.8 in CI workflows to fix build failures.
Closes#47
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments