dosubot[bot] commented on issue #8626: URL: https://github.com/apache/incubator-devlake/issues/8626#issuecomment-3495466533
<!-- Answer --> This is a known bottleneck with the SonarQube plugin in DevLake when handling large data scopes. The batching and splitting logic is hardcoded, so there aren’t any user-facing options to tune performance—large scopes will always result in many sequential API requests, which slows down the pipeline. The only immediate workaround is to reduce the scope per run, for example by limiting the number of projects or issues collected at once, or narrowing the date range. If you haven’t already, try increasing your container memory to at least 6GB and make sure your database indexes are optimized, as these have helped others with similar issues. Some users have also seen improvements by upgrading to newer versions (like v1.0.4-alpha), which resolved related pipeline problems for them [(source)](https://github.com/apache/incubator-devlake/issues/8538). If the issue persists even after these steps, collecting backend logs and resource usage metrics during slow pipeline execution can help pinpoint the bottleneck [(source)](https://github.com/apache/incubator-devlake/issues/8596). Let me know if you can share those details, or if you’ve already tried the latest version. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/f71fbc26-29d3-4bbc-b433-0fe9578edfd3?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8626) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
