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

Issue of scale with RAWG API service #109

Open
ozzythecoder opened this issue Feb 15, 2023 · 0 comments
Open

Issue of scale with RAWG API service #109

ozzythecoder opened this issue Feb 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ozzythecoder
Copy link
Collaborator

A free key from RAWG allows 20,000 requests per month – I exceeded this easily in two weeks of development. Obviously one user will not use nearly as many requests, but this presents a scale issue when a modest number of users use this app at once.

Potential solutions:

  • Purchasing a business/enterprise-level key from RAWG to allow more requests
  • Optimizing the server code to run fetches less often/store query results in memory
  • Imposing a per-user limit on how many requests/recommendations can be viewed in a certain amount of time
  • A combination of the above.
@ozzythecoder ozzythecoder added the enhancement New feature or request label Feb 15, 2023
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