-
Notifications
You must be signed in to change notification settings - Fork 592
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
Kong Ingress returns 500 error after 5 min #6300
Comments
@javiramos1 Please confirm the version of your KIC and Kong gateway separately. The version
Also, |
Hi, thanks for the reply. I will update the annotations and remove send-timeout. We are using |
@javiramos1 Can you please provide the further information for us to triage?
|
Closing as the KIC version (2.9) is out of support and no further replies after 90 days. |
Is there an existing issue for this?
Current Behavior
When we send a request we get a 500 HTTP error after exactly 5 minutes that is not coming from the app. Nor the service. It is coming from the Ingress
Expected Behavior
Respect the timeout annotations and do not timeout after 5 minutes.
Steps To Reproduce
We are using AWS EKS and we have setup kong with
service.beta.kubernetes.io/aws-load-balancer-type: nlb
We have an application with an Ingress and a Service.
The service has the timeout annotations:
When we send a request we get a 500 HTTP error after exactly 5 minutes that is not coming from the app.
I tried to port-forward to the service and it works fine. It only happens when using the ingress.
If I set the timeout annotations to 3 minutes then I get 504 timeout error after 3 minutes as expected. If I set it to longer than 5 minutes, then I get a 500 error.
I tried to disable all plugins but it did not help. We have no idea why this is happening. Any help would be greatly appreciated since we are really stuck, thank you!
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: