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
ISSUE : Timeout Issue while connecting multiple instances.
In our project, when we are fetching data from three different instances, for example Instance A, Instance B, Instance C. In this scenario, assume that it is connecting to Instance A successfully, but from Instance B after connection, it is taking more than 300 second, and then throwing error ETIMEDOUT, which is basically Timeout and after 300 seconds, it is throwing error over front end and what we want, If Instance B is failing just throw data of other instances at least.
Possible Solution
Possible solution, that return Instance A data and reduce the Timeout around 30 seconds and also return Instance C data. Don't throw error for all the three Instances. If we are fetching only from one Argo Instance then it is fine to work with but if multiple instances are there then this is the issue I am facing.
The text was updated successfully, but these errors were encountered:
ISSUE : Timeout Issue while connecting multiple instances.
Possible Solution
The text was updated successfully, but these errors were encountered: