Hi,
I am trying to download the intraday report for RICs as of 29th Nov 2017, and it seems the API is working slow. For reach RIC I have to make at least 30 poll (30 sec wait between each poll). Do you know if the API has some problem. 30 polls seems a bit slow for downloading 1 day report for 1 RIC.
Also since we would be deploying our code in Production environment soon. I need to understand below points -
1) in case the API is responding slow, Is there a way we can request you to investigate on root cause? What all details you would be needing from our side in order to dig down to the log for all request made by our application?
2) From validation point of view, is there a way I can know in advance the total count of records for intraday summary report? For e.g., lets say for a RIC "ABC" when I download data for a day; I get 1000 rows. Is there a way I can validate if 1000 rows are all that was available or we missed anything?
3) Can I provide the Job ID which we use to poll the to get the extraction to find out more from your end about the slowness of API?
4) How many poll attempts should I make before considering its a timeout? I do not want my process to run forever in case the API is down or something.