Skip to content
Snippets Groups Projects
Unverified Commit 1e1cdf8b authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat(github): cache pagination results (#2458)

Renovate will cache the results body of any paginated results from GitHub, such as list of Pull Requests or release tags. Then, after receiving the first page of results in future, Renovate will compare the received eTag with the cached eTag and if they match then it will return the cached results instead of querying them again via the GitHub API.

The benefits should be two-fold:
- Reduce the number of API calls required to GitHub
- Reduce the time taken to retrieve such results
parent 0d2e3bd4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment