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

Handle GitHub API Rate Limits #7

Open
tomasohCHOM opened this issue Nov 16, 2024 · 0 comments
Open

Handle GitHub API Rate Limits #7

tomasohCHOM opened this issue Nov 16, 2024 · 0 comments

Comments

@tomasohCHOM
Copy link
Contributor

Because we are fetching data from all repositories in acmcsufoss, we are hitting rate limits preventing us from getting all the necessary data that we need from the GitHub API (see the documentation).

  • One potential solution is to cache results whenever we make calls to the API, that way we can still retrieve data from those cached results.
  • Another way we can address this is to get all that necessary data in one go (we can still use the --option flag, but we are still getting everything at once), but I'm not sure if that will be very useful.
  • We can consider using the GraphQL layer instead (would have to learn how to use it).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant