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
Repository#info calls Github API to get repository information. These might raise any exception like Github::Error::Forbidden incase of rate limit hitting or Github::Error::NotFound if the repository is not found. Since this method is used in UserReposJob, where we retrieve and persist the user's repositories, this might crash. Currently in development, in case of any exception, the job fails without warnings, aborting checking and persisting the other retrieved repositories.
Repository#info calls Github API to get repository information. These might raise any exception like Github::Error::Forbidden incase of rate limit hitting or Github::Error::NotFound if the repository is not found. Since this method is used in UserReposJob, where we retrieve and persist the user's repositories, this might crash. Currently in development, in case of any exception, the job fails without warnings, aborting checking and persisting the other retrieved repositories.
Same for Commit#info
The text was updated successfully, but these errors were encountered: