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
Some APIs in the open have quotas on how many requests can be sent in a specific amount of time. Since GraphQLer doesn't have a sense of how many requests per time interval this is set at, GraphQLer should allow the user to set a custom time interval to delay requests such that an API that GraphQLer is used against does not throttle.
Deliverables
Add a configurable delay to requests such that requests aren't hammering an API too quickly
The text was updated successfully, but these errors were encountered:
Context
Some APIs in the open have quotas on how many requests can be sent in a specific amount of time. Since GraphQLer doesn't have a sense of how many requests per time interval this is set at, GraphQLer should allow the user to set a custom time interval to delay requests such that an API that GraphQLer is used against does not throttle.
Deliverables
Add a configurable delay to requests such that requests aren't hammering an API too quickly
The text was updated successfully, but these errors were encountered: