Replies: 1 comment
-
@randmonkey Could you take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Kuma, KIC, and Kong gateway for my application. Despite my current configurations, I still encounter a connection timeout 504 error when my application processes a task that takes more than 60 seconds. Here are the details:
Mesh Configuration
mesh-name: msbu
MeshTimeout Configuration:
Kong Proxy Service Configuration:
Kong Proxy Pod Environment Variable:
ENV KONG_UPSTREAM_KEEPALIVE_IDLE_TIMEOUT='300'
Issue:
After setting up all the above configurations, I still get a connection timeout 504 when my application processes a task that takes more than 60 seconds. I would appreciate any help in resolving this issue.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions