You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more that we run Flows in distributed contexts, and use helpers like raise_on_exception, the less useful I think the return_failed kwarg is for FlowRunner.run(). In particular, it requires some messy code because it can only be satisfied by gathering every single task state to the FlowRunner process, then filtering. If people are finding it useful, then I retract this, but IMO it is not as useful as it used to be.
The text was updated successfully, but these errors were encountered:
jlowin
changed the title
RFC: remove returned failed from FlowRunner?
RFC: remove return_failed kwarg from FlowRunner.run()?
Jan 7, 2019
The more that we run Flows in distributed contexts, and use helpers like
raise_on_exception
, the less useful I think thereturn_failed
kwarg is forFlowRunner.run()
. In particular, it requires some messy code because it can only be satisfied by gathering every single task state to the FlowRunner process, then filtering. If people are finding it useful, then I retract this, but IMO it is not as useful as it used to be.The text was updated successfully, but these errors were encountered: