couler icon indicating copy to clipboard operation
couler copied to clipboard

Implement `parallelism` for `template`s

Open moshewe opened this issue 3 years ago • 1 comments

Summary

The current implementation does not allow creating templates specifying the parallelism field as per the Argo spec.

Use Cases

Many possible use cases, my current one is limiting the amount of parallel nodes running a certain template so as to save resources at the expense of calculation time, i.e. run less instances of a certain process in parallel to save cost while increasing calculation time.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

moshewe avatar Jun 16 '21 12:06 moshewe

@moshewe would semaphoreRef be a reasonable alternative?

tachyus-ryan avatar Nov 04 '21 19:11 tachyus-ryan