integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

Fix timeout memory leak #566

Closed pb82 closed 4 years ago

pb82 commented 4 years ago

Fixes an memory leak caused by too frequent polling. The requests did not have a timeout set and would not expire for a long time, even when the server didn't respond.

This also hides the developer resoures link on OS4.

ping @tiffanynolan would you mind testing this in your browser again? Changes are installed on the UXD cluster.

@mfrances17 I had to revert https://github.com/integr8ly/tutorial-web-app/commit/1df3ff4c974254802ac24276988d19ec642acdda because it breaks the cluster with the same issue observed earlier (undefined user variable causing an exception and stopping the webapp from proceeding with service initialization). I tried to debug it but at the moment still don't know how your changes could cause this.