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

excplicetdly use transactions #1621

Merged
merged 3 commits into from
May 29, 2024
Merged

excplicetdly use transactions #1621

merged 3 commits into from
May 29, 2024

Conversation

jdkandersson
Copy link
Contributor

Applicable spec: N/A

Overview

We're seeing some unexpected database disconnections in production, try to use transaction expectedly to see if that fixes the issue.

Rationale

Try to use transaction to resolve issues around connection unexpectedly closing.

Module Changes

Database module now uses transactions for database interactions.

Checklist

  • The contributing guide was applied
  • The documentation is generated using src-docs
  • The PR is tagged with appropriate label (urgent, trivial, complex)
  • Version has been incremented on pyproject.toml

@jdkandersson jdkandersson requested a review from a team as a code owner May 27, 2024 13:42
Copy link
Collaborator

@cbartz cbartz left a comment

Choose a reason for hiding this comment

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

LGTM

@jdkandersson jdkandersson merged commit 24f5672 into main May 29, 2024
9 checks passed
@jdkandersson jdkandersson deleted the fix-concurrency-issue branch May 29, 2024 01:03
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.

3 participants