Parallel Scan Requests

Hi quick question - can you have multiple sonar scans running parallelly? If not, is there a way you could achieve this?

Hi @sraj

I’m not sure about what you mean by “running sonar scans in parallel”, here are some insights.

  • You can’t run several instances of SonarScanner on the same project folder at the same time
  • You can run several instances of SonarScanner on different projects at the same time, on the same machine
  • The analysis reports, once submitted to SonarCloud, will be processed sequentially.

Do that answer your question?