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 7b76a07 commit 6720252Copy full SHA for 6720252
crates/tap-agent/src/backoff.rs
@@ -4,7 +4,7 @@
4
//! # backoff
5
//!
6
//! This module is used to provide a helper that keep tracks of exponential backoff information in a
7
-//! non-blocking way. This is important since Actors process one message at a time, and an sleep in
+//! non-blocking way. This is important since Actors process one message at a time, and a sleep in
8
//! the middle would affect performance.
9
10
//! This way we just mark something as "in backoff" and just check that information before sending
0 commit comments