cloudquery/plugin-sdk

Parallelization of Detail Calls

Closed this issue · 1 comments

Using PreResourceResolver should enable all of the resolvers to be invoked in parallel (with concurrency guardrails) this is impacting user experience that are fetching resources that require the list/detail pattern: cloudquery/cloudquery#2392

This functionality is also blocking the full removal of the ListDetail pattern in the AWS Plugin: cloudquery/cloudquery#2460

Solved with #268