Closed jldec closed 4 years ago
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.
containerConcurrency
This is also exposed on https://cloud.google.com/run/docs/about-concurrency.
Concurrency added to system and CLI.
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.