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
@SergeyKanzhelev the delay mechanism is now in place for all the exceptions. Please check latest master if interested. Quick question though, I see that current default backoff time is set o 300 sec which can be sometimes too much in high throughput applications. We have seen this with some of the users resulting in lost telemetry. A dirty fix was to have 3 immediate retries before going to 300 seconds backoff. This would be fix unblocking several people though something else could be ideal. Let me know your thoughts and I would be closing this one.
spin-lock's like retries sounds good. I remember I caused this connections starvation when I had some packages mismatch and it kept failing for me with the exception un-expected in code. If this is fixed - great, please close the issue.
There are other exceptions that needs delay for the next loop. Otherwise on azure web apps SDK takes out all the available connections.
https://github.com/Microsoft/ApplicationInsights-Java/blob/master/core/src/main/java/com/microsoft/applicationinsights/internal/channel/common/TransmissionNetworkOutput.java#L131
The text was updated successfully, but these errors were encountered: