forked from knative/serving
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ServerlessService's initial operation mode is now Proxy (knative#12842)
Prior the initial operation mode was Serve. This would create a narrow window where the revision's pods directly receive requests from the ingress. The size of this window depends on when the Revision's Pod becomes ready and the time it takes the autoscaler to make an initial decision on scale an excess burst capacity. If there is a continuous traffic this could overwhelm Revisions with a low container concurrency causing the queue-proxy to return 503s since it's queue is full.
- Loading branch information
Showing
2 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters