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

SQLAlchemy: Fix handling URL parameters timeout and pool_size #571

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

amotl
Copy link
Member

@amotl amotl commented Sep 4, 2023

About

While investigating #631/GH-570, we discovered that both the timeout and pool_size configuration settings failed being processed well, when obtaining them as URL parameters from the database connection string.

This patch fixes that, and adds corresponding software tests and documentation.

@amotl amotl force-pushed the amo/sa-timeout-url-parameter branch 2 times, most recently from d00a5fe to 294d23f Compare September 4, 2023 23:48
@amotl amotl marked this pull request as ready for review September 5, 2023 00:38
Copy link
Member

@seut seut left a comment

Choose a reason for hiding this comment

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

👍

@amotl amotl force-pushed the amo/sa-timeout-url-parameter branch from 294d23f to 2d9a3f2 Compare September 5, 2023 12:02
@amotl amotl merged commit d011673 into master Sep 5, 2023
29 checks passed
@amotl amotl deleted the amo/sa-timeout-url-parameter branch September 5, 2023 13:21
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.

2 participants