Analysis jobs are sporadically not processed by compute engine

The SonarScanner sends the analysis result to the SonarQube server. At server I can observe this at the access log file, but CE doesn’t process these.
The Jenkins step ‘waitForQualityGate’ is waiting in vain in the ‘PENDING’ state.

What can be the problem? At SonarQube 9.6 was all fine!


Another observation is that the page system info is empty after a short runtime.


SonarQube 9.7.1
SonarScanner 4.7.0.2747

Hey there.

Do you have a webhook configured to notify Jenkins when the CE task has finished processing? Is it successful? (Global or project-level Administration/Project Settings > Webhooks).

I would also suggest making sure you don’t accidentally have two instances of SonarQube (for example, two docker containers) connected to the same database.