-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.3
-
Fix Version/s: 8.10
-
Component/s: Renditions
-
Tags:
Currently, a long-running lazy rendition whose source doc changes rapidly can monopolize/flood the renditionBuilder work queue.
This can be prevented by only scheduling one work per doc/user/rendition.
This issue is specific to lazy rendition works in that it allows many works for a single doc/user/renditionName to flood the renditionBuilder queue thereby starving other doc/user/renditionName works. These works currently have unique workIds because the sourceModificationDate is included.