How to speedup bitbucket get pr list #26266
-
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.37.91 If you're self-hosting Renovate, select which platform you are using.Bitbucket Cloud (bitbucket.org) What is your question?I've been using Renovate for a while and I'm planning to extend it to other teams, I realized Renovate every time spends more time for each project. More than 3min is "stuck" in this step. Is there any way to speed up this? Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
We probably could/should implement like we did for GitHub - cache the list of PRs and then on subsequent runs only fetch as many pages as we need to get the updated ones, which is usually only one page. Can you check if the BB API returns or can return PRs based on "last modified date"? |
Beta Was this translation helpful? Give feedback.


Here it is #26275