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

How can I disable the checkActiveJobTtl #1107

Closed nassiharel closed 4 years ago

nassiharel commented 6 years ago

I don't think it's necessary to check this inside the consumers. I also think that the producers should do it. (e.g. consumer failed)

lib/kue.js Line: 156