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

[UI] Decrese Nomad Web UI long-lived connections timeout #23886

Open
cberescu opened this issue Aug 28, 2024 · 1 comment
Open

[UI] Decrese Nomad Web UI long-lived connections timeout #23886

cberescu opened this issue Aug 28, 2024 · 1 comment

Comments

@cberescu
Copy link

Proposal

I propose introducing a configurable option in the Nomad configuration file in the UI section to allow users to decrease the timeout for long-lived connections. This feature would enable users to specify a shorter timeout period according to their requirements.

Use-cases

In scenarios where the Nomad UI is proxied through services like Cloudflare, which impose timeout restrictions on requests for non-enterprise customers, users face disconnection issues due to the long-lived connections in Nomad UI exceeding Cloudflare's timeout limits. By having a configurable timeout option, users can set appropriate timeout values to prevent such disconnection issues and ensure the Nomad UI remains accessible and functional.

Attempted Solutions

Currently, the only solution is either to not use cloudflare or to use their enterprise subscription.

@jrasell
Copy link
Member

jrasell commented Sep 18, 2024

Hi @cberescu and thanks for raising this issue. It sounds like a sensible idea to me. I'll pass this over to our UI team who will be better placed to handle and assess this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Roadmapping
Status: Backlog
Development

No branches or pull requests

4 participants
@cberescu @jrasell @Juanadelacuesta and others