-
Bug
-
Resolution: Fixed
-
Major
-
-
2.379
Agents re-connect logic is trying to connect hundreds of times per second when using websocket connection type.
When there is a persistent problem right after the connection is established (ie. agent running on Java 8 and Jenkins on 11), the re-try logic is just generating unnecessary load on the controller.
Trying to re-connect every 10 seconds (like the inbound tcp re-connection logic does) should be enough.
- links to