Skip to content

Commit

Permalink
Update integrations/gcp/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matan <[email protected]>
  • Loading branch information
mk-armah and matan84 authored Aug 27, 2024
1 parent 6fe41b4 commit 3c350b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Introduced AsyncGeneratorRetry, a custom retry mechanism designed to handle entire resource retrieval retries instead of individual page retries. This change addresses the recurring DEADLINE_EXCEEDED errors that occurred with GCP's AsyncRetry during page-based retries, significantly improving reliability in GCP integrations.
- Implemented a sophisticated rate limiting system based on quota levels, allowing for precise control over request limits per project, per service, and per quota.
- Added a `SEARCH_ALL_RESOURCES_PER_MINUTE_QUOTA` environment variable for controlling the rate limit quota should the integration fail to query quota from GCP as stated in the last point. Default is 400
- Added a `searchAllResourcesPerMinuteQuota` integration config for controlling the rate limit quota should the integration fail to query quota from GCP as stated in the last point. Default is 400


## 0.1.45 (2024-08-26)
Expand Down

0 comments on commit 3c350b9

Please sign in to comment.