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

inactive job keeps firing #1114

Open erashu212 opened 6 years ago

erashu212 commented 6 years ago

how did a job get to inactive ? and once it does, it will keep firing it non stop ? how to we stop it ? how do we even recognise this job was marked as inactive and then we can maybe deal with it differently

longnguyen63 commented 6 years ago

Active means the job is being processed. Inactive means the job is still in 'enqueue' state (for example)