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
I have a pipeline task that's like
Pipeline(broker, produces_array).map(another_task)but it never completes when I want usingtask.wait_resultifproduces_arrayreturns an empty list