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 de472c6 commit c0fdfb5Copy full SHA for c0fdfb5
scylla/src/policies/speculative_execution.rs
@@ -21,6 +21,7 @@ pub struct Context {
21
22
/// The policy that decides if the driver will send speculative queries to the
23
/// next targets when the current target takes too long to respond.
24
+// TODO(2.0): Consider renaming the methods to get rid of "retry" naming.
25
pub trait SpeculativeExecutionPolicy: std::fmt::Debug + Send + Sync {
26
/// The maximum number of speculative executions that will be triggered
27
/// for a given request (does not include the initial request)
0 commit comments