-
Notifications
You must be signed in to change notification settings - Fork 263
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
Consider using --concurrency
instead of --concurrency-limit
#584
Comments
might as well go with |
While it's a bit long, I would prefer that to what we have today since at least it's a direct (word for word) match and doesn't require thinking :-) |
@duglin what would you do then with the wdyt ? |
The annotations in question are:
And today these map to
Based on a slack chat with @vagababov, w.r.t. naming... it's hard. It would be easier if the annotations were more consistent. E.g. if it was I think I'm leaning towards:
because even though |
To be precise, for the I don't like to be inconsistent with respect to the concurrency option naming. So I still like the current, symmetric version of |
But maybe I don't understand those options properly. My mental picture is of that of a soft (target) and hard (limit) limit. But I might be wrong here, and need to catch up. |
Yup it's about soft vs hard limits AFAIK. But the soft limit only applies when cc is zero
|
Agree with @rhuss with the beauty and simplicity of Closing this unless others can chime with better arguments. |
/assign @maximilien |
@maximilien: GitHub didn't allow me to assign the following users: maxim. Note that only knative members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
/close |
@maximilien: 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. |
* chore: Add ppc64 to cross build * fix: Use serving from release branch * fix: Use serverless operator release branch
In what area(s)?
Classifications:
/kind good-first-issue
/kind proposal
Describe the feature:
Consider using
--concurrency
instead of--concurrency-limit
to more closely align with the yaml that usescontainerConcurrency
. The use of the wordlimit
, while technically accurate, is a bit of a deviation from what people would expect if they bounce between the yaml andkn
. Plus, it's less typing :-)This issue isn't too technical, but more of a UX concern.
The text was updated successfully, but these errors were encountered: