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

Add db-pool-acquisition-timeout #2449

Merged
merged 1 commit into from Aug 31, 2022
Merged

Add db-pool-acquisition-timeout #2449

merged 1 commit into from Aug 31, 2022

Conversation

robx
Copy link
Contributor

@robx robx commented Aug 26, 2022

From the commit message:

feat: introduce pool acquisition timeout (fixes #2348)

The configuration option db-pool-acquisition-timeout
specifies the time in seconds to wait for the pool to
free up a connection slot. Otherwise, a 504 error is
returned. By default, there is no timeout.

@robx robx force-pushed the pool-timeout branch 7 times, most recently from 469e515 to 54e6538 Compare August 30, 2022 19:00
@robx robx marked this pull request as ready for review August 30, 2022 19:01
@robx robx requested a review from steve-chavez August 30, 2022 19:53
test/io/test_io.py Outdated Show resolved Hide resolved
The configuration option db-pool-acquisition-timeout
specifies the time in seconds to wait for the pool to
free up a connection slot. Otherwise, a 504 error is
returned. By default, there is no timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants