-
Hi, I am a bit puzzled since
does not seem to run my dynamic branching target in parallel (cpu load) - is that by design or did I miss something?
How do I run a dynamic branching target in parallel? This is not explicitly documented in the docs... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Ok, it seems that it is crucial to load |
Beta Was this translation helpful? Give feedback.
Ok, it seems that it is crucial to load
future
in the_target.R
script. I must have missed that in the docs and it seems a very weird approach since future usually encourages seperation of backend definition definition and code. If I haven't just missed that, it would be extremely helpful to add that to the docs, seems important!