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

Global limit reached during Terraform plan/apply #1136

Open
6 tasks done
alexFilichkin opened this issue Jan 29, 2025 · 4 comments
Open
6 tasks done

Global limit reached during Terraform plan/apply #1136

alexFilichkin opened this issue Jan 29, 2025 · 4 comments
Assignees
Labels
🪲 bug Something isn't working

Comments

@alexFilichkin
Copy link

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this provider and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

Hi, we are managing Auth0 using Terraform and we often get Auth0 api-limit errors.
As far as I understand, Terraform can gracefully process such throttling, but in general ,when we have this api_limit we are affecting end users. And end users also can be throttled.
Image

Any ideas on how to make it less aggressive?

Reducing parallelism doesn't help
https://developer.hashicorp.com/terraform/cli/commands/apply#parallelism-n

Expectation

No api-limits errors

Reproduction

create many auth0 applications and run terraform plan

Auth0 Terraform Provider version

1.10.0

Terraform version

1.10.5

@alexFilichkin alexFilichkin added the 🪲 bug Something isn't working label Jan 29, 2025
@duedares-rvj duedares-rvj self-assigned this Jan 31, 2025
@duedares-rvj
Copy link
Contributor

Hello @alexFilichkin
Sorry to hear about the issue you are facing.
Could you provide me with some numbers on how many resources are we talking about here? A ballpark number should do.

Also, is this only for auth0_client or are there other resources you are facing this issue with?
Thanks!

@larsf96
Copy link

larsf96 commented Jan 31, 2025

Hello,
we're experiencing the same problem in our recent deployments.
I saw the rate limit for clients, actions and resource servers.
We have 30 Actions, 38 Resource Servers and 122 Clients.

@alexFilichkin
Copy link
Author

Hello @alexFilichkin Sorry to hear about the issue you are facing. Could you provide me with some numbers on how many resources are we talking about here? A ballpark number should do.

Also, is this only for auth0_client or are there other resources you are facing this issue with? Thanks!

Hi @duedares-rvj . We can reproduce it with just 40 Applications(Oauth2 clients).

@alexFilichkin
Copy link
Author

Any progress? @duedares-rvj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants