Merge pull request #2237 from pipecat-ai/mb/pipecat-cloud-example-pipeline-runner-args

Update Pipecat Cloud example to use handle_sigint=False in PipelineRu…
This commit is contained in:
Mark Backman
2025-07-22 06:55:56 -07:00
committed by GitHub

View File

@@ -90,7 +90,7 @@ async def main(transport: DailyTransport):
logger.info("Participant left: {}", participant)
await task.cancel()
runner = PipelineRunner()
runner = PipelineRunner(handle_sigint=False, force_gc=True)
await runner.run(task)