Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Rate Limiting for Total Requests per Minute #2582

Open
woehrl01 opened this issue Feb 15, 2024 · 1 comment · May be fixed by #2741
Open

Feature Request: Rate Limiting for Total Requests per Minute #2582

woehrl01 opened this issue Feb 15, 2024 · 1 comment · May be fixed by #2741
Labels
enhancement New feature or request

Comments

@woehrl01
Copy link
Contributor

Our organization frequently hits rate limits in our CI/CD pipeline due to the large number of resources managed using the New Relic Terraform provider. Next to affecting the ci pipeline this rate limit has an impact to other unrelated services currently accessing the API.

Proposed Solution:

Implement a feature within the New Relic Terraform provider to set a rate limit for total requests per minute.

Feature Details:

  • Configuration Option: Introduce a setting to specify the rate limit for total requests per minute. This option should be made on the provider level.
  • Graceful Handling: Handle rate limit exceedances within the provider to avoid disruptions in deployments.
@pranav-new-relic pranav-new-relic added the enhancement New feature or request label Feb 16, 2024
@olekgoli
Copy link

We have same issues - it would make our life much, much easier!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants