Bitbucket Cloud: reduce and cache the PR lists #26275
Replies: 2 comments 2 replies
-
|
Do the removed fields influence whether Bitbucket considers the PR to be "updated", or simply reduces the amount of data sent back? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Converted to feature request issue: #26278 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
I've been using renovatebot on a project for a while, this project has at least 1500 PRs closed and merged, and every time renovatebot tries to scan the project it takes more than 2 creating the PR list.
To, improve the speed of scans on renovatebot, I would suggest using caches to save and reuse PR Lists and removing unused big fields from the request.
To achieve this, Bitbucket Cloud provides two QS fields to filter and reduce the responses:
q can be used for adding a filter:
and fields to remove unused fields:
Beta Was this translation helpful? Give feedback.
All reactions