Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Link Score Report
-
Fix Version/s: None
-
Component/s: Linking Report
-
Labels:None
-
Environment:
All
Description
Currently, link score report requests are given equal weight in terms of processing. It is possible that a very large request with many link targets could consume pooled processes until report completion, holding-up smaller requests that could have completed more quickly. The idea here is to make the report processing smart enough to recognize during the processing of a large request that there are smaller requests waiting in the queue, and defer processing so that the smaller jobs can complete faster.
This is an item that should be considered as part of the performance enhancements activity.