Hi We are considering using the following scheme to do our rolling deploys.
For each server on haproxy. 1) Disable server out of haproxy 2) Deploy to the server 3) Enable server into haproxy The question is how does disable server handle existing connections to the server? Would it close them immediately or would it let the connections to complete but not accept new connections? Would setting the weight to 0% be better than disable server? Thanks sreekanth.

