haystack/releasenotes/notes/fix-run-loop-63bf0ffc26887e66.yaml
Silvano Cerza c7e29a83c1
fix: Fix infinite loop when running Pipeline (#8123)
* Fix infinite loop when running Pipeline

* Simplify if
2024-07-30 15:00:12 +02:00

8 lines
324 B
YAML

---
fixes:
- |
Fix a bug in `Pipeline.run()` that would cause it to get stuck in an infinite loop and never return.
This was caused by Components waiting forever for their inputs when parts of the Pipeline graph are skipped
cause of a "decision" Component not returning outputs for that side of the Pipeline.