feat: abort immediately on max call duration exceed

This commit is contained in:
Abhishek Kumar 2026-05-31 13:21:37 +05:30
parent 78ba62e185
commit c586d02d5d
3 changed files with 27 additions and 5 deletions

View file

@ -67,7 +67,7 @@ class PipelineEngineCallbacksProcessor(FrameProcessor):
self._end_task_frame_pushed = True
else:
logger.debug(
"Max call duration exceeded. Skipping EndTaskFrame since already sent"
"Max call duration exceeded. Skipping termination since already requested"
)
async def _generation_started(self):