Use single shared ActionBlock
#235
Labels
status:requirements
Full requirements are not yet known, so implementation should not be started
type:refactor
Refactoring or improving of existing code
Currently we're creating a single
ActionBlock
per detector, however we should look into using one sharedActionBlock
across all detectors.We're running each detector here:
component-detection/src/Microsoft.ComponentDetection.Orchestrator/Services/DetectorProcessingService.cs
Line 69 in 368f3c9
Which eventually creates a new
ActionBlock
:component-detection/src/Microsoft.ComponentDetection.Contracts/FileComponentDetector.cs
Lines 92 to 94 in 368f3c9
Recommended after speaking with @dfederm
The text was updated successfully, but these errors were encountered: