During one execution, does the Dagger client maintain a single open connection, or will it try to connect to the engine multiple times?
My question concerns horizontally scaling the engines. We are using NLB, which is a TCP-based load balancer. And there's a chance that new connections can be routed to a different machine, which, of course, would be confusing to the Dagger Client, as previous artifacts might not be present.