-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Handle idle timeouts more gracefully #5124
Labels
Comments
This bug is not a blocker but truly annoying as things that are working and showing progress disappear from the screen for ~10s, show up and disappear again, rinse and repeat. |
I think @dcherman is fixing this as we speak. |
Cool! Is it still expected to land on v3.0.0? |
I hope so. |
dcherman
added a commit
to dcherman/argo
that referenced
this issue
Feb 16, 2021
When operating behind load balancers / ingress controllers that have an idle timeout configured, it's not uncommon to get disconnected and have an error shown in the UI if you're looking at a relatively inactive workflow or workflow list. In the SSE spec, :\n is a sequence that you can send to the client which should be ignored by the client, so we can use that to periodically send something in the response without affecting the code in the UI at all. Fixes argoproj#5006 Fixes argoproj#5124 Signed-off-by: Daniel Herman <dherman@factset.com>
This should be fixed in master, forgot to add a ref to this issue in the commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Refs #4524 (closed issue without a supposed fix that never landed?) cc @dcherman
Diagnostics
What Kubernetes provider are you using?
Private, Kubernetes 1.19
What version of Argo Workflows are you running?
v3.0.0-rc1 but also verified on 2.12.8.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: