The most recent content from our members.
I am using the Eikon API with Python on Windows (with a desktop session). I am instantiating a historic_pricing.Definition class and calling .get_data() to retrieve a time series of hourly prices per RIC. query_definition = historical_pricing.summaries.Definition( universe=refined_rics, interval=interval,…
We sometimes face the throttling response although we are not making concurrent requests and the request rate is low (we still developing the application calling the Pilot environment). 429 The API client is making too many concurrent requests, and some are being throttled. Throttled requests can be retried (with an…
We are currently trying to integrate the `/data/news/v1` API (RDP API) and sometimes we get 503 error (service unavailable). We realize that we have reached the throttling limits and we are trying to adjust them by minimizing our concurrent requests. For that reason we would like to know how the throttling limits are…
We are seeing problems with one of our clients disconnecting because it is too slow. We wanted to throttle our client but noticed that our configuration didn’t seem to take effect. We were trying to throttle at 250 in progress at a time. <map> <!---- some stuff removed ------> <entry key="throttleEnabled" value="true"/>…
Hi, I am trying to find out is there is a way to throttle the number of messages I am getting from TR. I am subscribing prices on several exotic currencies and I simply do not need to have them updated so often...
com.reuters.rfa.internal.session.omm.OMMInteractiveLoginStatusProvider processOpenStreamForRefresh WARNING: com.reuters.rfa.session.test.rmds Connection test::RSSLConnection does not support optimized Pause/Resume. Optimized Pause/Resume requests will be converted to individual item Pause/Resume requests for this…
Hello, we implemented the throttling algorithm of the chapter 41.3 "Advanced Way of Handling Throttling Exceptions" but we don't know the request/second limit per each throttling group. Could you provide the table of those values? Thanks, Regards
Hi everyone, I use RFA OMMConsumer.RegisterClient and sends a unique closure on every request. Usually, it works perfectly. However, when a large number of request are sent at the same time, then several of the responses contains null instead of the sent closure (though the Event containing the closure is not null). In the…
In the TRKD API Developer's Guide, it mentions that "all TRKD API service operations are aggregated into throttle groups. A throttle group is a combination of TRKD API service operations that are throttled as a single entity". Where can I find the groupings of all the throttle groups?
It looks like you're new here. Sign in or register to get started.