Run Cartesian product of values in parallel #3091
Closed
sam-mosleh
started this conversation in
Ideas
Replies: 1 comment
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.
Currently we can run a recipe sequentially like below:
I'd ideally want to run it in parallel like this:
Considering that
[parallel]is implemented, the only missing part for this is to run a recipe multiple times based on the Cartesian product of values provided.All reactions