-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.3
-
Component/s: Streams
-
Backlog priority:700
-
Sprint:nxcore 9.10.2
-
Story Points:1
This class is used to build rendition worker and create a work id based on document id and a variant id (like user id).
The changetoken should be used to not generate identical id for different rendition.
(StreamWorkManager will skip duplicates work ids)
—
In the case of Rendition we want to execute multiple times the exact same work because the results is in transient store.
To handle this, the Work has a new flag isIdempotent which is true by default. So StreamWorkManager will skip duplicate only for idempotent work.
And AbstractRenditionBuilderWork has the flag set to false.
- is related to
-
NXP-23374 Allow to prevent a job from being scheduled several times
- Open