Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connection retries for pg connections #1085

Open
kevinji opened this issue Apr 15, 2023 · 0 comments
Open

Add connection retries for pg connections #1085

kevinji opened this issue Apr 15, 2023 · 0 comments

Comments

@kevinji
Copy link
Contributor

kevinji commented Apr 15, 2023

The current logic in base_db.py doesn't retry Postgres connections if it drops, which we sometimes run into. It would be nice if the connection was closed and reopened if it drops. Perhaps using a connection pool would make that logic easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant