which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube enterprise edition 9.9
how is SonarQube deployed: zip, Docker, Helm
zip
what are you trying to achieve
Normal analysis of background tasks。
what have you tried so far to achieve this
I checked the activity,background task, and database。
In the snapshots table in the database, the status of an abnormal activity is L, and the status of a normal activity is P。
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Each project background task represents the server-side processing of an analysis report. But there’s another way your project metrics - and Quality Gate status - can change. If you mark an issue False Positive or Won’t Fix, then issue counts and Quality Gate status will be updated right away. And I believe that’s what you’re seeing.
Thanks for your reply!
Maybe I didn't describe it clearly.
The last analysis of the project on June 21, 2023, at 4:45pm, had an activity record, but no corresponding background task. Check this analysis with the snapshots table in the database, which shows a status value of L.
I don’t know why there is no background task in this analysis, and whether there is a log to check this problem.