-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF19, 11.1, 2021.0
-
Component/s: Events / Works
-
Epic Link:
-
Tags:
-
Backlog priority:500
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.22
-
Story Points:2
Here the idea is to not trigger pictureViewsGenerationDone event while a concurrent work with the same id is running,
ensuring the event is sent only for the last work (NXP-12949)
The id is: repositoryName + ':' + docId + ':' + xpath + ":pictureView",
so it is per blob which means that we are on the coalescing Work here, not a group of Work + trigger case.
This Work is not used anymore in master since NXP-26420, should it be removed or annotate as deprecated?