RuntimeWarning: Pipeline is stuck running in a loop. Partial outputs will be returned. Check the Pipeline graph for possible issues. #8726
Shuntw6096
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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