Wei

Results 149 comments of Wei

Here is the test I did for the time cost with group services. https://github.com/jwcesign/group-service-acceleration

Based on the meeting conclusion, I rewrite a new proposal to following these: * Define knative service dependency with a higher abstraction layer. * The implementation should be out of...

> It would be nice to have an API on Knative side to map these relationships so that maybe the platform could warm up ahead. I guess if install the...

## Simulation For better check the response time, I did one simulation code: ```go package main import ( "fmt" "net/http" "sync" "time" ) var ksvcLayer = 3 var scaleupTime =...

The details calculation is quite complex, this is the reason why I did one simulation program. But the main reason should be: Without `ApplicationGraph`, there is only following state *...

https://knative.dev/docs/serving/autoscaling/kpa-specific/#scale-up-rate https://knative.dev/docs/serving/load-balancing/target-burst-capacity/ maybe this help?

I never see someting like this. @pastjean

I read the docs and code, so the implement way shoud be: implement a startup prob in qp like readiness prob and once it success, stop it and start readinessProb....