-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10, 9.1-SNAPSHOT
-
Component/s: Events / Works, Redis, Renditions
-
Backlog priority:800
-
Sprint:nxcore 9.1.2, nxcore 9.1.3
-
Story Points:3
When a work is running, if another work with the same id is scheduled it should not be run until the first one is completed.
First there is no interest to run concurrently the same work,
second the underlying queue implementation are not able to run 2 works with the same id, the work data and state being indexed with the job id.