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 8491781 commit cbd1866Copy full SHA for cbd1866
docs/multi_database.rst
@@ -419,7 +419,7 @@ Custom failover callbacks
419
You may want to activate custom actions when failover happens. For example, you may want to collect some metrics,
420
logs or externally persist a connection state.
421
422
-You can register your own event listener for `ActiveDatabaseChanged` event that was emitted when failover happened, via
+You can register your own event listener for the `ActiveDatabaseChanged` event (which is emitted when a failover happens) using
423
the `EventDispatcher`.
424
425
.. code-block:: python
0 commit comments