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

Support expiring of DB connections #2351

Merged

Commits on Jul 5, 2021

  1. Allow expiring of DB connections

    Add some config parameters which (only when provided) enable the
    connection_expiration extension for Sequel. This allows connections to
    be closed and recreated after a certain time period (with some random
    delay to prevent the entire pool being recycled at once).
    
    This should help DBs that are suffering from performance issues related
    to extremely long running connections as the recycling should allow
    resources associated with those connections to be freed
    andy-paine committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    eba6b1e View commit details
    Browse the repository at this point in the history