Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

KDEV-2550: Fix npm security #1254

Closed tsvetomir-nedyalkov closed 1 year ago

tsvetomir-nedyalkov commented 1 year ago

The tests pass, but it seems that there are some breaking changes in 3.0.0 - https://github.com/redis/node-redis/blob/master/CHANGELOG.md#v300---09-feb-2020.

I see that the code contains the "idle" event and the "max_attempts" property, which are removed in 3.0.0. Please double check if this could be a problem for upgrading.