Add changelog for PR #3660

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-05 22:17:31 -08:00
parent b9e79bd06a
commit 5b67e76de7

View File

@@ -0,0 +1 @@
- Moved interruption wait event from per-processor instance state to `InterruptionFrame` itself. Added `InterruptionFrame.complete()` to signal when the interruption has fully traversed the pipeline. Custom processors that block or consume an `InterruptionFrame` before it reaches the pipeline sink must call `frame.complete()` to avoid stalling `push_interruption_task_frame_and_wait()`. A warning is logged if completion does not happen within 2 seconds.