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

perf(connection_pool.cr): retry on using_connection #26

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

dukenguyenxyz
Copy link
Contributor

Recovery testing outline:

  • launch an app that uses clear and connects to a database
  • test the api is working
  • restart the database container
  • test the api is working

Result:

Copy link
Contributor

@stakach stakach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dukenguyenxyz dukenguyenxyz merged commit e8bad23 into master Sep 15, 2021
@dukenguyenxyz dukenguyenxyz deleted the feat/retry_2 branch September 15, 2021 23:36
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

Successfully merging this pull request may close these issues.

Application does not recover following loss of connectivity with DB
2 participants