Hi,
Recently we have been facing delay issues in Sonar analysis of Community edition while scanning. Specifically whenever a large project is executed typically which would ideally take 5 minutes to get analyzed, we observe the delay in fetching the Quality gates. We are using SonarQube LTA version 9.9 to mitigate this issue we tried to
- increase the resources(CPU and memory limit) for SonarQube
- keep the optimum DB size
If the cause of the delay is due to single worker with a mono thread in the Community Edition because of which runs scans in a sequential manner. As a result, upcoming jobs are put on hold until the large project scan is completed.
Most of the time-taking jobs are typically large projects. Is there a way to resolve this issue for community edition. Does moving to latest LTA would be any help here?