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

remove complete #1234

Closed haichaoshi closed 4 years ago

haichaoshi commented 4 years ago

image Call done and remove job in process of queue, but , Still have the data that as shown in figure。 How do I delete or set expiration?thanks!

haichaoshi commented 4 years ago

It was my mistake that delete in a short time, Only the job data is deleted,There is still job status data

my code: 屏幕快照 2019-08-26 下午2 49 00

the document :Note that you should provide enough time for .remove calls on each job object to complete before your process exits, or job indexes will leak