infra icon indicating copy to clipboard operation
infra copied to clipboard

Proxies template change breaks connections

Open ValentaTomas opened this issue 1 year ago • 3 comments

When we change the template in the client or session proxy the proxy should have been just reloaded without breaking connections.

Right now it looks like Nomad restarts the container and breaks all existing WS connections to sandboxes.

ValentaTomas avatar May 07 '24 19:05 ValentaTomas

This might be caused by the default config of Nginx proxies that limits the proxies to 1 worker.

ValentaTomas avatar May 23 '24 10:05 ValentaTomas

The number of workers cannot be configured while using load-balancer config — we need to change the Nomad job configuration to be able to fix this.

ValentaTomas avatar Jun 27 '24 22:06 ValentaTomas

This should be fixed in https://github.com/e2b-dev/infra/pull/166 but we need to test it.

ValentaTomas avatar Jul 22 '24 18:07 ValentaTomas

Moved to the internal roadmap.

ValentaTomas avatar Jan 07 '25 01:01 ValentaTomas