feat: Expose max_parallel_resource_fetch_limit#413
Merged
yevgenypats merged 1 commit intocloudquery:mainfrom Jan 14, 2022
Merged
feat: Expose max_parallel_resource_fetch_limit#413yevgenypats merged 1 commit intocloudquery:mainfrom
yevgenypats merged 1 commit intocloudquery:mainfrom
Conversation
expose max_parallel_resource_fetch_limit to allow users to limit amount of concurrent resources fetched by provider, if 0 is provider or attribute is not defined it acts as if no limit is set
Contributor
Author
|
might fix #1353 |
yevgenypats
approved these changes
Jan 14, 2022
TinLe
pushed a commit
to TinLe/cloudquery
that referenced
this pull request
Jan 19, 2022
* upstream/main: chore: Synced local '.github/workflows/' with remote 'workflows/common' (cloudquery#421) fix: Don't show telemetry notice when it's not enabled (cloudquery#418) feat: Increase ulimit in unix environment (cloudquery#416) feat: Support build-schema for all providers in config (cloudquery#414) fix: Fetch summary fixes (cloudquery#417) feat: Added store fetch summary routine (cloudquery#356) chore: Synced file(s) with cloudquery/.github (cloudquery#415) feat: Expose max_parallel_resource_fetch_limit (cloudquery#413) feat: Adjust log messages when .cq dir is absent (cloudquery#411) fix: Adjust policy describe message (cloudquery#409) fix: Exit with 1 on policy error (cloudquery#412)
This was referenced May 10, 2022
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
* add tf part for Front Door CDN
erezrokah
pushed a commit
that referenced
this pull request
Aug 14, 2022
* feat: Policies * Fix include paths * Use lowercase v * remove sql dir Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
expose max_parallel_resource_fetch_limit to allow users to limit amount of concurrent resources fetched by provider, if 0 is provider or attribute is not defined it acts as if no limit is set