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
Why are we building it?
As a developer, I want to know if the endpoint I'm working on is throttling incoming requests. At the same time, I want to know if an API I am consuming is throttling my code and to what extend.
What are we building?
Identifying through error code (429) or other exceptions that an API is throttling
Providing information about the percentage of affected requests and the concurrency levels in which throttling in experienced
The text was updated successfully, but these errors were encountered:
Why are we building it?
As a developer, I want to know if the endpoint I'm working on is throttling incoming requests. At the same time, I want to know if an API I am consuming is throttling my code and to what extend.
What are we building?
Identifying through error code (429) or other exceptions that an API is throttling
Providing information about the percentage of affected requests and the concurrency levels in which throttling in experienced
The text was updated successfully, but these errors were encountered: