pipeline(runner): add support for SIGTERM

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-04 15:08:11 -07:00
parent 489060881d
commit c8d37a7227
2 changed files with 10 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `PipelineTask` now has a `has_finished()` method to indicate if the task has
completed. If a task is never ran `has_finished()` will return False.
- `PipelineRunner` now supports SIGTERM. If received, the runner will be
canceled.
### Fixed
- Fixed an error closing local audio transports.