Files
pipecat/changelog
Aleix Conchillo Flaqué e47f7d0e63 Auto-end PipelineRunner.run() when all root workers finish
run() now defaults to auto_end=True: the runner ends once every root
worker has finished, so single-pipeline bots end naturally when their
pipeline does and tests no longer need an explicit runner.end() call.
Multi-worker bots whose helpers run forever still trigger shutdown via
end() / cancel() from an event handler (typically on transport
disconnect). Hosts that add and remove workers across many sessions can
pass auto_end=False to keep the runner up.
2026-05-21 23:08:47 -07:00
..
2026-05-18 14:40:56 +02:00
2026-05-20 17:57:43 -04:00
2026-05-20 17:57:43 -04:00
2026-05-20 17:57:43 -04:00
2026-05-19 18:33:58 -04:00
2026-05-19 17:31:07 -04:00
2026-05-20 09:08:47 -04:00
2026-05-20 12:18:03 -04:00