mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: upgrade pipecat
This commit is contained in:
parent
ec58356276
commit
1d1949086a
2 changed files with 4 additions and 1 deletions
|
|
@ -809,6 +809,9 @@ async def _process_status_update(workflow_run_id: int, status: StatusCallbackReq
|
|||
state=WorkflowRunState.COMPLETED.value,
|
||||
gathered_context={"call_tags": call_tags},
|
||||
)
|
||||
elif status.status in ["in-progress", "initiated", "ringing"]:
|
||||
# No Op
|
||||
pass
|
||||
else:
|
||||
logger.warning(
|
||||
f"[run {workflow_run_id}] Unexpected status update: {status.status}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue