[help] Advice on highly heterogeneous workflows #1400
Unanswered
connor-duffin
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
Our workflow is highly heterogeneous, ranging from single targets that use lots of memory on their own, to dynamically branched targets that are embarrassingly parallel. I have set up heterogeneous workers for the different parts of the pipeline on their own, but it seems they all run at the same time - in reality I was hoping that this would separate out the running of the pipeline, so that we don't run out of memory on our machine!
As a quickfix I am running something like:
I was wondering if there was any advice on dealing with such a pipeline, and, if any, best practices that should be followed.
Beta Was this translation helpful? Give feedback.
All reactions