We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaab484 commit 65832a7Copy full SHA for 65832a7
pymongo/monitoring.py
@@ -934,6 +934,9 @@ class ConnectionClosedReason:
934
POOL_CLOSED = "poolClosed"
935
"""The pool was closed, making the connection no longer valid."""
936
937
+ POOL_BACKOFF = "poolBackoff"
938
+ """The pool is in backoff mode."""
939
+
940
941
class ConnectionCheckOutFailedReason:
942
"""An enum that defines values for `reason` on a
0 commit comments