mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
feat: abort immediately on max call duration exceed
This commit is contained in:
parent
78ba62e185
commit
c586d02d5d
3 changed files with 27 additions and 5 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue