Dave Protasowski
Dave Protasowski
FYI - overriding the queue proxy is done in the serving's config-deployment configmap. I'm unsure if the registry override works to set that value - cc @houshengbo if this is...
cc @pierDipi do you plan on continuing using this stub?
Do you have a full stack trace - you can add here?
We might be able to simplify our timeout handler using https://pkg.go.dev/net/http#ResponseController - which can set deadlines on each request
> Sure, does that controller help with the concurrent write in this case? If not, we can fix this now and migrate later, as the next step. Unsure - would...
/lgtm /approve
A follow question I have is - what happens when a user container restarts and it has a startup probe?
> > A follow question I have is - what happens when a user container restarts and it has a startup probe? > > I think K8s runs the startup...
I don't believe Kubernetes sends two signals to the queue proxy. First we get a pre-stop hook that triggers the draining of requests. This is where we fail readiness for...
Is there something you're trying to do? Are you seeing different behaviour - if so do you have an example?