You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using this module for our project. We're having an issue about POST/PATCH request body sizes. If we send smaller than 60 KB body ( for example: 50 lines of text ) there are any problem, but if we send body with a higher than 60 KB size ( for example: image file ) there are any response from server, so there is a timeout. Our project is using Nginx proxy. If we don't use cluster and this module there are any problem. Is there any solution?
I do not recommend to use the cluster module of node at all. There are known problems, especially with large payloads as yours. From here I can't tell you right now if this is due to the problems in the node core (see this issue) or a misconfiguration of your nginx.
However, I recommend you to scale without the cluster module. This is the better way anyways, since you can't scale across nodes with the cluster module. My recommendation, get a docker kubernetes cluster and just scale core per core. And one hint about scaling with node, at the end: Never go beyond double digit load average on any node.
We're using this module for our project. We're having an issue about POST/PATCH request body sizes. If we send smaller than 60 KB body ( for example: 50 lines of text ) there are any problem, but if we send body with a higher than 60 KB size ( for example: image file ) there are any response from server, so there is a timeout. Our project is using Nginx proxy. If we don't use cluster and this module there are any problem. Is there any solution?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: