-
Notifications
You must be signed in to change notification settings - Fork 60
Segment stops responding #88
Comments
We've modified our app to create a |
Hi @daletskyi, thanks a lot! We'll consider building our own dll, in the meantime I'd like to keep the thread open in case someone from the Segment dev team can confirm the bug in their library, unless it's too obvious! Thank you!! |
we plan on releasing the fix in #83 soon, waiting to hear back from a few folks who are testing it out as well |
i’ve released 3.3.1-alpha with the PR in question so please try it out! |
Thanks @f2prateek ! We'll upgrade ASAP and I'll update this thread with the results. |
Thanks - please let us know once you've had a chance to try out the fix. |
Hello, we are using 3.3.1-alpha now in production, and with .net (not core), we find that we are no longer having issues with events stopping posting to segment. However, we are having an issue now where our cpu usage steadily climbs to dangerous level throught the day. Is it possible there is a GC issue with timers? or not using a static httpclient (microsoft/ApplicationInsights-dotnet#594)? its not related to use spikes or any blocked requests |
This was resolved by moving our service to a singleton scope to match that of the static analytics client |
I see - so were you previously creating multiple new instances of the Analytics client? |
(I'm going to close this issue as the original problem was solved by #83) |
Hi,
We have an ASP.NET Core server running on Azure with analytics.NET 3.3.0-alpha, and it's configured to send user events to Segment using Analytics.Client.Track(). It's initialized using this line:
After a while (around 1h or so) segment stops confirming the reception of the tracked events. There are no new entries in the debug panel, meaning they don't arrive to Segment. It all starts working when we republish the app, probably because the program restarts.
For instance, this is the last event that was successfully sent a couple of days ago:
After that, no matter what we do, segment says "sending request" but never says "request successful" again:
Could this be related to #83 ? We also contacted Segment support, so I'll update this issue when we have more details.
Thanks!
Miguel
The text was updated successfully, but these errors were encountered: