Hiya
Fairly new to auth0 so having a little trouble calculating the rate limits, “bucket” size etc for a specific management api endpoint on enterprise non-production tenant.
Values Ive got from Enterprise
Endpoint: Read Organization Connections
Burst Request Limit: 10
Sustained Request Limit: 100 per/min
I need clarification that I am right/wrong with the below values please:
Bucket size = Sustained Request Limit = 100
10 (burst) / 100 (sustained) = bucket replenished at 1 request per 0.1 seconds ? If request made and bucket empty 429 error occurs.
Cannot request more than 2 per second regardless.