Increase Keep-Alive timeout #38202
Unanswered
utsavbshah
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the
gatsby serve
command to serve my gatsby site.When Gatsby is behind an AWS ELB/ALB, it can cause occasional 502 errors as the ELB's timeout(60s) is longer than Gatsby's. To prevent this it should be the other way around where Gatsby has a longer timeout than the ELB.
Ability to set in the Gatsby config a way to set the values for
keepAliveTimeout
.Beta Was this translation helpful? Give feedback.
All reactions