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

Understanding delayed jobs "top 1000 jobs every second" #1164

Closed sebastianarena closed 4 years ago

sebastianarena commented 6 years ago

I wanted to ask about a possible limit in the amount of delayed jobs added in kue. I want to understand better what does the "top 1000 jobs every second" means.

What happens if I have 5000 delayed jobs in the queue?

I recently encountered a problem, of jobs failing, due to a peak on demand, and I wanted to see if this has to do with it. I've been gladly been using kue for years without an issue.

Thanks and best regards from Argentina! We love you guys.