-
Notifications
You must be signed in to change notification settings - Fork 121
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
[task-loops] Remove max parallel TaskRuns in Task Loops #804
Comments
/cc @pritidesai @bobcatfish |
hey @Tomcli, do you utilize We are designing the proposal for promoting task loop and introducing it as part of the core API. We are looking for the use cases if its being utilized, otherwise we can relay it as a pipeline level feature. EDIT: Link to the TEP: tektoncd/community#532 |
Thanks @pritidesai, I think the |
I don't think we should remove a feature on the base of a future improvement that, if implemented, might provide a similar functionality. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
today, we provide concurrency controls in looping custom task - https://github.com/tektoncd/experimental/tree/main/task-loops#specifying-concurrency
controlling max parallel taskruns is an issue that came up more broadly for pipelines in tektoncd/pipeline#2591
as we're explore stabilizing this custom task, we need to figure out how to handle this concurrency control
preferably, we can remove it from looping custom tasks then we can explore if and how we want to control max parallel taskruns in general (not just in looping)
if you're using the concurrency controls in the looping custom task, please share your use cases and experiences
The text was updated successfully, but these errors were encountered: