You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
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
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
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.
The text was updated successfully, but these errors were encountered: