We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb502e commit 66d9837Copy full SHA for 66d9837
1 file changed
aggregation_mode/db/src/orchestrator.rs
@@ -12,10 +12,8 @@ struct DbNode {
12
13
/// Database orchestrator for running reads/writes across multiple PostgreSQL nodes with retry/backoff.
14
///
15
-/// `DbOrchestrator` holds a list of database nodes (connection pools) and will:
16
-/// - try nodes in a preferred order (healthy nodes first, then recently-failed nodes),
17
-/// - mark nodes as failed on connection-type errors,
18
-/// - retry transient failures with exponential backoff based on `retry_config`,
+/// `DbOrchestrator` holds a list of database nodes (connection pools) and will
+/// retry transient failures with exponential backoff based on `retry_config`,
19
20
/// ## Thread-safe `Clone`
21
/// This type is cheap and thread-safe to clone:
0 commit comments