Open amarza-rh opened 5 years ago
add support for authenticated requests to Github API -- this permits a higher rate of polling Github API
@amarza-rh the use of authenticated requests is already supported. You can define the "token" in the config YAML.
git_services:
- type: github
token: ...
Perhaps review-rot should implement a generic retry for all web requests. In any event, this is mostly github-related nowadays.
Github API has a rate limit in place and reviewrot breaks that, leading to the following exception:
There are several things to do here, in order of importance:
More details in the specified link: