Can we call get batch status in parallel?
Closed this issue · 1 comments
JackKelly commented
If so, maybe func could take a list of system IDs?
JackKelly commented
Yes, it does appear possible to send multiple requests in parallel (that is, to send a batch of requests, wait a while, and then retrieve that data).
But there probably isn't much speedup.
From a few quick experiments it looks like, as the PVOutput docs say, these requests are processed sequentially.