Intermittent Connection Issue with Hasura and Nginx in Kubernetes #9900
Unanswered
valterartur
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I am experiencing an intermittent issue where requests to Hasura through Nginx are randomly failing. Upon refreshing the page, everything works fine on the subsequent load. I have observed the following error in the Nginx logs:
Hasura Version: 2.16.1
Nginx Version: 1.23
The issue occurs randomly. Refreshing the page seems to resolve the issue on the next load. I understand that the connection is being closed by the client because of a 30-second timeout, but upon checking in Postgres, my query execution does not take that long.
Moreover, during log inspection, I didn’t find any entries on the Hasura side. So, I don’t understand if Hasura even started to handle this request at all.
Below is a log from Hasura in the time range when the issue from Nginx happened:
Could anyone advice please where from I could start investigation?
Beta Was this translation helpful? Give feedback.
All reactions