Highload Documentation #15637
Labels
kind/question
Further information is requested
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Ask your question here:
I have a question about the "High Scale" section in the document Request Flow.
I am confused about the equation "current_demand + target-burst-capacity > (pods * concurrency-target)" being used to represent traffic dropping. I believe the correct equation should be "current_demand < (pods * concurrency-target) + target-burst-capacity" because the incoming traffic (current_demand) must be lower than the setting capacity to route traffic to activator pods. Could you please explain if I am misunderstanding this case?
The text was updated successfully, but these errors were encountered: