projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
799 stars 64 forks source link

Expose concurrency controls on knative deployers #1340

Closed jldec closed 4 years ago

jldec commented 5 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.

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

joshrider commented 4 years ago

Concurrency added to system and CLI.