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

Server restart for delayed jobs. #1244

Open mannyOE opened 4 years ago

mannyOE commented 4 years ago

I have use case that allows me to use this library's delay feature, and I love it cos it let me schedule events i'd previously be using cron for.

But I am wondering if the server stops before a job is due and restarts after the job's delay has elapsed, due KUE still process those? if not can the retry feature to ensure that it attempts to run the job even after the delay?

mannyOE commented 4 years ago

Or maybe a process i can use to restart expired jobs any time server restarts