Replies: 3 comments 22 replies
-
@timneutkens Since this was converted to a discussion. Do you care to discuss? |
Beta Was this translation helpful? Give feedback.
-
any momentum on this? Or any workaround gist? |
Beta Was this translation helpful? Give feedback.
-
For those using standalone mode: With this change to NextJS, it looks like you can now use a Unfortunately, I don't see this documented anywhere so this was very hard to find. I should add that from what I can tell, there is still no way to set the |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
When deploying behind a load balancer its good to configure the application server with a longer timeout than the load balancer. See AWS ALB reccomendation
AWS defaults a ALB to a 60 second idle timeout so it would be desirable to configure next to have a 61 second timeout.
It looks like this has been discussed in a few places with little to no response from the maintainers:
Here is a discussion of a similar issue in node. nodejs/node#27363
and two blogs about people hitting similar issues with ALB's generating 502s using express servers where the solution was to increase the keepAliveTimeout.
Describe the solution you'd like
Allow setting keepAliveTimeout and headersTimeout.
Describe alternatives you've considered
Ugly hacks
#19618 (comment)
#19618 (comment)
or setting the ALB/ELB to a timeout of 4 seconds
#16544 (comment)
Beta Was this translation helpful? Give feedback.
All reactions