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

Consider using async queries #4

Open
extiop opened this issue Aug 9, 2024 · 0 comments
Open

Consider using async queries #4

extiop opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@extiop
Copy link
Owner

extiop commented Aug 9, 2024

Consider processing even faster requests with async queries.

To do so, check that :

  • If too much requests are done with the same token, will all the sent requests, after the API rate limited the token, be refused ? If so, async is a bad idea.
  • Or will it only just accept requests until the rate limit is reached, like synchronous requests ?
@extiop extiop added the enhancement New feature or request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant