MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / ConnectionBusy

Class ConnectionBusy

cassandra/connection.py:431–436  ·  view source on GitHub ↗

An attempt was made to send a message through a :class:`.Connection` that was already at the max number of in-flight operations.

Source from the content-addressed store, hash-verified

429
430
431class ConnectionBusy(Exception):
432 """
433 An attempt was made to send a message through a :class:`.Connection` that
434 was already at the max number of in-flight operations.
435 """
436 pass
437
438
439class ProtocolError(Exception):

Callers 1

send_msgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected