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
Given that rate limits are defined per-endpoint, being able to elevate rather than fully remove late limits could complicate endpoint configuration greatly. It is also complicated to consider how an API user with merely elevated rate limits would impact others users of the same endpoint (i.e. do the hits of an elevated user reduce the number of hits available to normal users? if so, are they fractional?)
To start, let's only implement the ability to exempt certain keys from rate limits entirely, so they will neither ever be denied or consume the public hit bucket.
Each key should be able to be granted partial or full immunity from rate limits
The text was updated successfully, but these errors were encountered: