RuntimeWarning: Pipeline is stuck running in a loop. Partial outputs will be returned. Check the Pipeline graph for possible issues. #8726
Replies: 1 comment
-
Hello @Shuntw6096 we investigated some issues with the current pipeline run logic. One of the aspects of that logic is that it tries to determine if it is stuck in a loop and if so, breaks out of it, which is when you would get that warning. |
Beta Was this translation helpful? Give feedback.
-
here is my code. it works expected currently, but I don't know why I always get the warning messages.
Environment is
I can't draw the pipeline picture, it seems https://mermaid.ink/ not works.
the point is that there is a loop between
FakeRetriever.error_messages
andFakeGen_Err.error_messages
,when
FakeRetriever
send anerror_messages
toFakeGen_Err
, the warning will happen.This is minimal reproduction code.
Thanks for reading this.
Beta Was this translation helpful? Give feedback.
All reactions