You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
Prefetching IAM resources (iam_group, iam_policy, iam_policy_attachment) takes long as it loads all details for every resource at prefetch time. This is not necessary and makes prefetch time too long.
PR #520 solves this by prefetching only resource list and fetching resource details only for managed resources.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prefetching IAM resources (
iam_group, iam_policy, iam_policy_attachment
) takes long as it loads all details for every resource at prefetch time. This is not necessary and makes prefetch time too long.PR #520 solves this by prefetching only resource list and fetching resource details only for managed resources.
The text was updated successfully, but these errors were encountered: