Hi, 1. Is there a way to update the config file without having to stop/start the haproxy service? e.g. when I need to update the ip addresses of the backend servers (using ec2)
2. During migrations, say I have 10 backend servers, what if I want to stop taking requests for 5 of the 10 servers, is the best way to update the config and just remove them? Or is there a smoother transition somehow that won't causes errors during the transition? i.e. would it be possible to finish the requests, but stop responding to new requests for those 5 servers I want to take offline.

