Skip to content

Commit b501dc7

Browse files
committed
chore(agent): add child task shutdown, rav result processing, denied tracking
1 parent b0b9df3 commit b501dc7

File tree

4 files changed

+384
-16
lines changed

4 files changed

+384
-16
lines changed

crates/tap-agent/src/agent/sender_account.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ use super::sender_accounts_manager::{AllocationId, SenderType};
6262
use super::sender_allocation::{
6363
AllocationConfig, SenderAllocation, SenderAllocationArgs, SenderAllocationMessage,
6464
};
65-
#[allow(unused_imports)] // Production-only imports for rate limiting, backoff, network types, tracking
65+
#[allow(unused_imports)]
66+
// Production-only imports for rate limiting, backoff, network types, tracking
6667
use crate::{
6768
adaptative_concurrency::AdaptiveLimiter,
6869
agent::unaggregated_receipts::UnaggregatedReceipts,

0 commit comments

Comments
 (0)