mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-04 19:06:44 +00:00
6 lines
227 B
YAML
6 lines
227 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Change `Pipeline.run()` to check if `max_loops_allowed` has been reached.
|
|
If we attempt to run a Component that already ran the number of `max_loops_allowed` a `PipelineMaxLoops` will be raised.
|