What's the best way to parallelize calls to multiple DO stubs? I want a Worker to iterate over a lis

What's the best way to parallelize calls to multiple DO stubs? I want a Worker to iterate over a list of
user_id
s and get a stub for each string, and read some data, and collect it together, but want to try and speed that process up as much as possible
Was this page helpful?