Hello, I am using Bull for my queues now because kue is already unmaintained. However, I got some problem with it. If a job has been completed and was already deleted in redis then when a new job is triggered, instead of the new data, the old one is what is being processed.I am sure that set in my options that job should be removed if it status is completed or failed and I also do some manual cleaning.I also tried to manually deleting jobs once completed but it yields the same result.Any idea what I may have missed?
Submitted July 02, 2020 at 05:54PM by im_kratos_god_of_war
No comments:
Post a Comment