Skip to content

Consider using async queries #4

@extiop

Description

@extiop

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions