We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This might be caused by the default config of Nginx proxies that limits the proxies to 1 worker.
Sorry, something went wrong.
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.
load-balancer
This should be fixed in #166 but we need to test it.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: