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

Add inactive ttl to prevent overload or unavailable workers #1145

Open ralmn opened 6 years ago

allenh commented 6 years ago

Is there any news on this feature? I think this could benefit the project greatly especially in specific cases where the older tasks become irrelevant to process as newer tasks come in or when, as already specified in the name, the workers become overloaded by the high amount of unprocessed tasks.