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
I have a pipeline task that's like Pipeline(broker, produces_array).map(another_task) but it never completes when I want using task.wait_result if produces_array returns an empty list
The text was updated successfully, but these errors were encountered:
I have a pipeline task that's like
Pipeline(broker, produces_array).map(another_task)
but it never completes when I want usingtask.wait_result
ifproduces_array
returns an empty listThe text was updated successfully, but these errors were encountered: