-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Good afternoon,
I came across a strange problem with the dashboard, which is a big problem for me and I've done some investigations and found the probable cause.
When I select an application, the dashboard queries the hystrix.stream on that instance to make enable or disable the button, but this have a huge impact on hystrix stream because the stream actually is never closed and then after some time I get a max reached on the poller of the hystrix metrics.
From my investigation, I see that on the services.js there's a $http.head to the hystrix stream, and if there's a response, then the button is active, but this will make the stream open and never closed, reaching the limit of 5 quite easily.
Do you have the same issue?
Is there a way to cancel or abort that head call?
thank you very much.
With kind regards,
Rodrigo