We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
1.1.x
1.0.x edge: output of git describe --dirty
git describe --dirty
In the section 'Arguments and Annotations' the parameter app-max-concurrency should havethe following description:
app-max-concurrency
Limit the concurrency of your application. A valid value is any number larger than 0. Default value: -1, meaning no concurrency limit is imposed.
The current description is
Limit the concurrency of your application. A valid value is any number larger than 0. Default value: -1, meaning no concurrency.
which leads to understanding that the default limits to just one requests at a time.
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In what area(s)?
/area docs
What version of Dapr?
1.1.x
Expected Behavior
In the section 'Arguments and Annotations' the parameter
app-max-concurrency
should havethe following description:Limit the concurrency of your application. A valid value is any number larger than 0. Default value: -1, meaning no concurrency limit is imposed.
Actual Behavior
The current description is
which leads to understanding that the default limits to just one requests at a time.
Steps to Reproduce the Problem
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: