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: Block a db connection during a rollover as short as possible. #2632

Closed
wants to merge 1 commit into from

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Jun 17, 2024

Since the connections are limited it's better to not block a connection unnecessarily for a long time.

As we are using a connection pool (r2d2) getting a connection is very cheap.

This might help in the context of #2629

Since the connections are limited it's better to not block a connection unnecessarily for a long time.

As we are using a connection pool (r2d2) getting a connection is very cheap.

This might help in the context of #2629
@holzeis holzeis requested review from bonomat and luckysori June 17, 2024 14:03
@holzeis holzeis self-assigned this Jun 17, 2024
@github-actions github-actions bot added the Stale label Jul 18, 2024
@github-actions github-actions bot closed this Jul 23, 2024
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.

1 participant