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
is it possible to retry some upstream tasks when one of the downstream has been failed?
Imagine you have a bunch of servers and you executing same shell command (lets name it command A) on each server using perfect map (for instance using Dask Executor, so it runs in parallel)
When it's done you want to run one long-running command (lets name it command B) but only on single one server and if it fails - you want to rerun all commands A on all servers again and then retry B.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
is it possible to retry some upstream tasks when one of the downstream has been failed?
Imagine you have a bunch of servers and you executing same shell command (lets name it command A) on each server using perfect
map
(for instance using Dask Executor, so it runs in parallel)When it's done you want to run one long-running command (lets name it command B) but only on single one server and if it fails - you want to rerun all commands A on all servers again and then retry B.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions