-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Http2 Adapter causing 500 requests #280
Comments
Hi @canuc This sounds like a bug. But you're not giving me much context to reproduce this. What version of k8s is this? What is the code that leads to this? Thanks |
I'm also having this issue, using version K8s.Conn.from_service_account()
|> K8s.Client.run(K8s.Client.list("argoproj.io/v1alpha1", "workflow", namespace: "argo-workflows")) Here's the stacktrace:
Let me know if I should provide more info, thanks. |
Sorry, I totally forgot about this issue. It reached me while on vacation. I have an idea of what could be the problem, but I need a quiet moment to wrap my head around it. Note to self: Double check the meaning of the |
Hello, yes I'm going to deploy this patch today and let it run for a few days. I think by Monday it'll be clear. Thank you! |
@razielgn all quiet so far? |
All quiet so far! |
Nice. Thanks for testing it. I will merge and release. |
Thanks! |
This is amazing! thanks so much!!! |
The http2 adapter gets closed after some time, and causes the process to shutdown, if there are messsages in the inbox they get flushed and the phoenix endpoint returns 500 reproducable locally.
The workaround is to disable http2 and always return http1 for our usecase.
The text was updated successfully, but these errors were encountered: