Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By clicking on REPORTS_GENERATED_QUEUE button, the queue monitor will display only the analyses waiting to be processed (i,e STATIC_ANALYSIS_FINISHED).

 

Dispatch selected Analysis


As said before, messages queues are maintained in memory (in Redis). But, message sates are also maintained in ddbb (MySQL).

Sometimes, Redis and MySql might get unsync'd.  This is not frequent, but after some crash of JVM (for whatever reason) you could get this situation.

The most frequent unsync situation might be that an analysis is in PARSING_REPORTS state (in MySql) but it's not  currently being processed (you will see that is not "red" in Active Analyses table.

This would mean that analysis is "orphaned".

In this case, the anlysis needs to be manually enqueued.