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

Not process queued jobs and stuck active jobs #1237

Closed ayberkanilatsiz closed 4 years ago

ayberkanilatsiz commented 4 years ago

Hi, queue not process active jobs. If I restart the server it will start process jobs but it will stuck again.

Screen Shot 2020-01-20 at 10 16 25

What should I do?

ayberkanilatsiz commented 4 years ago

Some cases our jobs not call done function. We fix it.