mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00
8 lines
324 B
YAML
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.
|