Hi, I'm trying to find an optimum number of instruments to submit into a single get_data call. To that end, I have 3 questions:
(1) Is there a limit on the number of instruments I can post get_data requests for at one time? I have tried with up to 2000 and it has been working so far.
(2) Is there any consideration I should balance against when determining my instrument batch size? I.e. Is a get_data request with a large instrument list more likely to time out? Do bulkier requests potentially not return data sometimes? If so, how many instruments would you consider 'safe' to submit in a single get_data request if I want my requests to return output reliably?