-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cache Github History #64
Comments
Here is an example stack dump from hitting the rate limit error: |
Ugh! We should also catch this error and print something more useful than a huge stack trace! |
Our GitHub-based project management backends require quite a few GitHub API hits. As a result,
git pull
can be slow and it is possible to run into the GitHub API limit.Ideally the solution would only pull down issues or pull requests which have changed since they were last pulled.
The text was updated successfully, but these errors were encountered: