Skip to content

Commit 604a10f

Browse files
cephalonautoz-agent
andcommitted
Rename enqueue_polled_events to enqueue_event_batch
Internal sink method on OrchestrationEventService still carried the "polled" name from the old polling path. The streamer is its sole caller; renaming aligns it with the streamer's handle_event_batch terminology. No behavior change. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent bc9ca7e commit 604a10f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/ai/blocklist/orchestration_events.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,10 @@ impl OrchestrationEventService {
865865
}
866866
}
867867

868-
/// Accepts pre-built events from the v2 poller and enqueues them
868+
/// Accepts pre-built events from the v2 streamer and enqueues them
869869
/// for drain by the controller via the normal v1 path.
870870
/// Lifecycle events go through coalescing and cap enforcement.
871-
pub fn enqueue_polled_events(
871+
pub fn enqueue_event_batch(
872872
&mut self,
873873
conversation_id: AIConversationId,
874874
events: Vec<PendingEvent>,

0 commit comments

Comments
 (0)