Skip to content

Commit 7b76a07

Browse files
Update crates/tap-agent/src/backoff.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent d477b9a commit 7b76a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tap-agent/src/backoff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
//! # backoff
5+
//!
56
//! This module is used to provide a helper that keep tracks of exponential backoff information in a
67
//! non-blocking way. This is important since Actors process one message at a time, and an sleep in
78
//! the middle would affect performance.

0 commit comments

Comments
 (0)