Closed y22ma closed 1 week ago
Feature request: raise issue after catching it within __internal_push_frame in FrameProcessor.py
This line in FrameProcessor.py simply logs the exception but does not raise it to the stacks above.
This leads to the inability of trying to catch broken pipelines at higher levels of the abstraction, such as PipelineRunner.run(task)
List the steps to reproduce the issue.
Description
Feature request: raise issue after catching it within __internal_push_frame in FrameProcessor.py
Environment
Issue description
This line in FrameProcessor.py simply logs the exception but does not raise it to the stacks above.
This leads to the inability of trying to catch broken pipelines at higher levels of the abstraction, such as PipelineRunner.run(task)
Repro steps
List the steps to reproduce the issue.
Expected behavior
Actual behavior
Logs