azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Run operations in parallel when possible

Open ellismg opened this issue 4 years ago • 2 comments

During the code review of the monitor spike we started to discuss cases where we have to do multiple azure operations which could happen in parallel (for example, listing resources in an application that contains multiple resource groups means we'll have to call a single list call per resource group) but are done today serially.

We decided to defer this work for now, since in the common case we don't have a bunch of resource groups and hence the ability to exploit parallelism but this would be something that should be helpful which improves performance. This issue tracks that work.

See https://github.com/Azure/azure-dev/pull/391#pullrequestreview-852180297 for more discussion.

ellismg avatar Jan 14 '22 21:01 ellismg

partially addressed by #6200

spboyer avatar Nov 19 '25 02:11 spboyer

@vhvb1989 - add to concurx issue

spboyer avatar Dec 16 '25 17:12 spboyer