-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Events / Works
-
Tags:
-
Sprint:nxSL Sprint 9.1.1, nxSL Sprint 9.1.2
-
Story Points:2
when popping works from redis we're entering twice in redis, once for getting the work's id and then for fetching the work's parameters. when a work is duplicated in queues (once running and scheduled), the popping thread could get an NPE while retrieving the parameters if the running is completed in the meanwhile.