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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: