Hot Code Loading experiences for APIs

I’ve been happy using Caddy’s reverse_proxy with Phoenix with very little configuration. I haven’t done blue/green with it but it seems like the cookie lb_policy would work for sticky sessions, though I guess not for API clients.

But do you actually need sessions to stick? If you’re bringing up a new server don’t you actually want new connections to go to the new server?