I’m using HAProxy to load balancing gRPC backends. Sometimes I need to temporarily remove a backend from backends list in the config file to upgrade it, then I re-add it to the list later. I’m curious what will happen to ongoing requests of the removed backend? Does HAProxy immediately close these requests when I reload the config?
2 posts - 2 participants