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 are using your app heavily and we have millions of users per month on our website.
We plugged DataDog agent into the app to analyse some datas to response quick.
We came to a point where we have so much traffic. Socket hang up where throw pretty much randomly on all renderers at differents timestamp.
After digging further more, we found out a correlation between the socket hang up and the SSR timeout from the ILC.
We found a solution.
We wanted to share that to the community. If any others people are stuck to that error.
The socket hang up that are popping up after the fix.. we suspect there are not correlated with that error.
So, regarding the solution, let say you have all microfrontend SSR timeout to 1000ms, modify the freeSocketTimeout on all agents to less then the 1000ms.
The text was updated successfully, but these errors were encountered:
jthibodeauCrakmedia
changed the title
Multiples socket hang up and errors 500 related on high traffics [solved via R&D | Proposal documentation explanation ]
Multiples socket hang up and errors 500 related on high traffics [solved via R&D]
Aug 12, 2022
Hey! Sorry for the waiting we where quite busy ;) Sure actually you can simulate the actual behaviour by flooding locally the ILC via some local testing example via lotus. That is how we found that their where a lot of socket hang up. Don't hesitate to ask for more details.
Hi,
We are using your app heavily and we have millions of users per month on our website.
We plugged DataDog agent into the app to analyse some datas to response quick.
We came to a point where we have so much traffic. Socket hang up where throw pretty much randomly on all renderers at differents timestamp.
After digging further more, we found out a correlation between the socket hang up and the SSR timeout from the ILC.
We found a solution.
We wanted to share that to the community. If any others people are stuck to that error.
The socket hang up that are popping up after the fix.. we suspect there are not correlated with that error.
So, regarding the solution, let say you have all microfrontend SSR timeout to 1000ms, modify the
freeSocketTimeout
on all agents to less then the 1000ms.cfa/ilc/server/tailor/request-fragment.js
Article inspired to solve the issue
Hope somes people get their fix as well! :-)
Regards
The text was updated successfully, but these errors were encountered: