You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the same repeat object is reused across several jobs, all the jobs result in having the same jobId in redis, hence only one of the created jobs gets executed (and has a proper entry in redis).
Subjectively, I, as a user of the library, consider this a bug.
Description
In case the same
repeat
object is reused across several jobs, all the jobs result in having the samejobId
in redis, hence only one of the created jobs gets executed (and has a proper entry in redis).Subjectively, I, as a user of the library, consider this a bug.
See #2634 for resolution
Minimal, Working Test code to reproduce the issue.
Bull version
4.10.2
Additional information
script output:
Although queue returns correct data, the real data in redis is incorrect.
This happens due to the fact that the shared
repeat
object is mutated.The text was updated successfully, but these errors were encountered: