Automattic / kue

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

RAM grows exponentially with Redis 4 - Redis 3 all work fine #1159

Open bitliner opened 6 years ago

bitliner commented 6 years ago

When I use Kue with Redis 4 (current stable version) RAM grows exponentially in few time. For example, it achieves 62GB in about 1 minute.

In my case this issue is occurring with 100 workers, that sends MBs of data to a client using job.progress() (e.g. 500MB/s).