Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxies template change breaks connections #156

Open
ValentaTomas opened this issue May 7, 2024 · 3 comments
Open

Proxies template change breaks connections #156

ValentaTomas opened this issue May 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ValentaTomas
Copy link
Member

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 ValentaTomas added the bug Something isn't working label May 7, 2024
@ValentaTomas
Copy link
Member Author

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

@ValentaTomas
Copy link
Member Author

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
Copy link
Member Author

This should be fixed in #166 but we need to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant