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

Release 0.8.0 #29

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Release 0.8.0 #29

merged 3 commits into from
Oct 8, 2024

Conversation

crazybolillo
Copy link
Owner

This release fixes a nasty bug caused by leaked connections, it also adds metrics, which will give more visibility to the process status.

The application now has a metrics handler compatible with prometheus.
Besides default metrics, database pooling metrics are also shared at the
moment.
Creating a transaction and failing to end it with either a commit or
rollback leaves db pool connections in an acquired state, unavailable to
other requests. There were two instances where this was happening, this
resulted in the service eventually becoming unresponsive after the
offending code was called enough times and all the connections were
exhausted.
@crazybolillo crazybolillo merged commit 933ae17 into main Oct 8, 2024
6 checks passed
@crazybolillo crazybolillo deleted the release-0.8.0 branch October 8, 2024 02:15
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.

1 participant