You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A gRPC server that receives TERM should be able to tell its clients "don't send me any new requests," finish any pending requests it has, and then exit.
The text was updated successfully, but these errors were encountered:
We should do some testing with synthetically long-lived requests. Maybe if we start doing fail-fast on inbound requests clients will just retry on another host, and we don't need a GOAWAY frame. However, if that doesn't work for us, we may want to consider implementing something upstream.
A gRPC server that receives TERM should be able to tell its clients "don't send me any new requests," finish any pending requests it has, and then exit.
The text was updated successfully, but these errors were encountered: