Replies: 1 comment 1 reply
-
Hi @bgobbi
For accomplishing this, it might be worth exploring |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am seeing that after an error of one task other parallel executed tasks running on slurm are aborted even though I specified
errorStrategy = 'finish'
for the given process.Is this expected?
Also a related question. I would like my errorStrategy to be that all tasks that do not depend on the failed task are executed and run to completion. I have raid the documentation and none of the implemented strategies seems to do exactly that.
Is there a way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions