PYTHON-5528 - Token buckets disabled by default#2713
Merged
NoahStapp merged 5 commits intomongodb:backpressurefrom Feb 26, 2026
Merged
PYTHON-5528 - Token buckets disabled by default#2713NoahStapp merged 5 commits intomongodb:backpressurefrom
NoahStapp merged 5 commits intomongodb:backpressurefrom
Conversation
4 tasks
sleepyStick
approved these changes
Feb 24, 2026
sleepyStick
reviewed
Feb 24, 2026
Contributor
sleepyStick
left a comment
There was a problem hiding this comment.
your changes look good to me, at a glance, not sure why encryption tests are failing,,
tadjik1
reviewed
Feb 24, 2026
tadjik1
reviewed
Feb 24, 2026
Contributor
Author
They're fixed in master but not in the backpressure branch. |
Co-authored-by: Sergey Zelenov <mail@zelenov.su>
Co-authored-by: Sergey Zelenov <mail@zelenov.su>
Contributor
Author
|
The encryption test failures are due to DRIVERS-3382 and are skipped in master until the bug is fixed. |
ShaneHarvey
reviewed
Feb 25, 2026
pymongo/asynchronous/mongo_client.py
Outdated
|
|
||
| .. seealso:: The MongoDB documentation on `connections <https://dochub.mongodb.org/core/connections>`_. | ||
|
|
||
| .. versionchanged:: 4.XX |
Contributor
Author
There was a problem hiding this comment.
Since this will be our next major release I'll go ahead and update it now to 4.17.
ShaneHarvey
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PYTHON-5528
Changes in this PR
Python implementation of the most recent revision of DRIVERS-3239.
Test Plan
Added two new prose tests specified in the spec as well as a new unit test verifying the correct MongoClient configuration behavior for
adaptiveRetries.Checklist
Checklist for Author
Checklist for Reviewer