Skip to content

Grouping multiple 'in_parallel' tasks using 'do' steps #5968

Answered by vito
marcransome asked this question in General
Discussion options

You must be logged in to vote

@marcransome This is indeed a gotcha - outputs are effectively in a global namespace through a build, so it's very likely for this to result in a race condition (last write wins). I would recommend using input_mapping and output_mapping to give them unique names.

It would be nice for these to be lexically scoped or something. 🤔

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcransome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants