Skip to content

feat: allow to configure a connection pool maxsize #215

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

Merged
merged 4 commits into from
Mar 26, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Mar 22, 2021

Closes #204

Proposed Changes

Allow to configure a connection pool maxsize.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review March 22, 2021 15:53
@bednar bednar requested a review from rhajek March 22, 2021 15:53
@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #215 (bc63fe6) into master (5e56938) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
+ Coverage   89.94%   90.07%   +0.12%     
==========================================
  Files          26       26              
  Lines        1969     1974       +5     
==========================================
+ Hits         1771     1778       +7     
+ Misses        198      196       -2     
Impacted Files Coverage Δ
influxdb_client/client/influxdb_client.py 99.27% <100.00%> (+0.78%) ⬆️
influxdb_client/rest.py 81.81% <0.00%> (+0.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e56938...bc63fe6. Read the comment docs.

bednar and others added 2 commits March 26, 2021 11:26
Co-authored-by: Robert Hajek <[email protected]>
Co-authored-by: Robert Hajek <[email protected]>
@bednar bednar added this to the 1.16.0 milestone Mar 26, 2021
@bednar bednar merged commit a4e971d into master Mar 26, 2021
@bednar bednar deleted the feat/connection_pool branch March 26, 2021 10:55
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.

Allow configurable connection pool size
2 participants