couler
couler copied to clipboard
Implement `parallelism` for `template`s
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 would semaphoreRef
be a reasonable alternative?