Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Expose concurrency controls on knative deployers #1340

Closed
jldec opened this issue Jul 23, 2019 · 1 comment
Closed

Expose concurrency controls on knative deployers #1340

jldec opened this issue Jul 23, 2019 · 1 comment
Assignees

Comments

@jldec
Copy link
Contributor

jldec commented Jul 23, 2019

As a developer i would like to be able to limit per-instance concurrency of handled requests e.g. to 1.

Knative serving supports this with containerConcurrency in the revision spec but is not yet globally defaultable.

This is also exposed on https://cloud.google.com/run/docs/about-concurrency.

@jldec jldec changed the title expose concurrency control Expose concurrency controls on knative deployers Nov 29, 2019
joshrider added a commit to joshrider/system that referenced this issue Jan 16, 2020
Adds ContainerConcurrency to the Knative Deployer's DeployerSpec. When set, will
limit the number of concurrent requests that will be processed by a pod at any
one time.

Addresses projectriff/riff#1340
@joshrider joshrider self-assigned this Jan 16, 2020
joshrider added a commit to joshrider/system that referenced this issue Jan 17, 2020
Adds ContainerConcurrency to the Knative Deployer's DeployerSpec. When set, will
limit the number of concurrent requests that will be processed by a pod at any
one time.

Addresses projectriff/riff#1340
scothis pushed a commit to projectriff/system that referenced this issue Jan 17, 2020
Adds ContainerConcurrency to the Knative Deployer's DeployerSpec. When set, will
limit the number of concurrent requests that will be processed by a pod at any
one time.

Addresses projectriff/riff#1340
@joshrider
Copy link
Member

Concurrency added to system and CLI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants