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

[QOL] Allow delay between requests in case of API throttling #58

Closed
omar2535 opened this issue Apr 27, 2024 · 0 comments · Fixed by #65
Closed

[QOL] Allow delay between requests in case of API throttling #58

omar2535 opened this issue Apr 27, 2024 · 0 comments · Fixed by #65
Labels
🥇good first issue Good for newcomers

Comments

@omar2535
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🥇good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant