lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

(fix): Remove redlock, use warlock #101

Closed samhunta closed 6 years ago

samhunta commented 7 years ago

Locks were not working for me when scheduling with every(). It resulted in jobs being executed multiple times. This adds the warlock dependency which solved this problem for me.