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

DB Retry Behavior #144

Merged
merged 3 commits into from
Jan 24, 2020
Merged

DB Retry Behavior #144

merged 3 commits into from
Jan 24, 2020

Commits on Jan 24, 2020

  1. Don't just error on db connections. DBs lose connections, it happens.…

    … Retry periodically, with increasing intervals before finally returning an error to connect to the database.
    tiger5226 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    bcec1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9589d86 View commit details
    Browse the repository at this point in the history
  3. Single warning line

    tiger5226 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4af0cf5 View commit details
    Browse the repository at this point in the history