You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
--option
flag, but we are still getting everything at once), but I'm not sure if that will be very useful.The text was updated successfully, but these errors were encountered: