Over the weekend (June 24-June 25), I experienced noticeable latency issues with the News Feed Streaming API (from the pricing library using Pricing.Definition().Universe().GetStream()). For instance, a news item would appear in the Desktop news tool, but would appear with a latency that sometimes reached 500ms-1000ms in my .NET application. The expected behavior is that the same data should appear simultaneously in both the Desktop Workspace instance and my .NET application connected via the API.
Interestingly, I have not experienced this latency issue these past couple of days June 26-June 27 (which are weekdays), which leads me to wonder if there is any kind of throttling mechanism for the API that causes latency over the weekends? Or was there a backend API issue over the past weekend?
At this point, I'm wondering what the "normal" performance is- is it what I experienced over the weekend with the noticeable latency, or what I experienced on June 26/27, with the instant/simultaneous data transmission.