haystack/releasenotes/notes/max-loops-in-run-df9f5c068a723f71.yaml
Silvano Cerza 5f97e08feb
feat: Reintroduce max_loops_allowed check in Pipeline.run() (#7010)
* Reintroduce max_loops_allowed check in Pipeline.run()

* Add release notes
2024-02-19 10:05:35 +01:00

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.