Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement parallelism for templates #217

Open
moshewe opened this issue Jun 16, 2021 · 1 comment
Open

Implement parallelism for templates #217

moshewe opened this issue Jun 16, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@moshewe
Copy link
Contributor

moshewe commented Jun 16, 2021

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 moshewe added the enhancement New feature or request label Jun 16, 2021
@terrytangyuan terrytangyuan added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 16, 2021
@tachyus-ryan
Copy link

@moshewe would semaphoreRef be a reasonable alternative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants