Background tasks for project analysis (on master branch) fail with NPE

We “solved” it at the moment by setting the numbers of workers to 1 (without concurrency the LinkedList can’t get corrupted).
But this has the drawback that the pending tasks gets very high some times which causes much delay in the results.

3 Likes