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

fix: prevent reuse of broken connections in postgres pool #7792

Merged

Commits on Jun 23, 2021

  1. fix: prevent reuse of broken connections in postgres pool

    this updates the error handler we have on the postgres connection
    object to release back with an error in the case of an error so
    the underlying `pg-pool` knows to remove the connection from the
    rotation
    imnotjames committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7ed816e View commit details
    Browse the repository at this point in the history