-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Context
The backpressure spec requires that overload errors are only retried if retryWrites=True or retryReads=True for writes and reads, respectively. Additionally, runCommand operations must only be retried if both retryWrites=True and retryReads=True. Our current implementation does not adhere to these requirements.
Definition of done
The Python backpressure requirements conform to the spec.
Pitfalls
What should the implementer watch out for? What are the risks?
- duplicates
-
PYTHON-5752 Test overload retry when retryReads/Writes=false
-
- Closed
-