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: move database overload error handler #378

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

fenos
Copy link
Contributor

@fenos fenos commented Oct 10, 2023

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Currently the error handler for detecting too many connections is located at the connection level, however this issue can happen in more than one place

What is the new behavior?

The error is now handled at the main error handler level

@github-actions
Copy link

Pull Request Test Coverage Report for Build 6467556556

  • 6 of 17 (35.29%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 83.943%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/http/error-handler.ts 6 17 35.29%
Totals Coverage Status
Change from base Build 6459205182: 0.03%
Covered Lines: 7438
Relevant Lines: 8791

💛 - Coveralls

@fenos fenos merged commit 9007206 into master Oct 11, 2023
1 check passed
@fenos fenos deleted the fix/too-many-clients-error branch October 11, 2023 07:37
@github-actions
Copy link

🎉 This PR is included in version 0.43.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants