lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

Restore jobs from redis on restart #11

Closed xtazz closed 8 years ago

xtazz commented 8 years ago

It would be nice to restore and reschedule jobs after failure or restart

lykmapipo commented 8 years ago

@xtazz

+1

arvindr21 commented 8 years ago

+1

lykmapipo commented 8 years ago

I have been in tight schedule. I will pull it soon

lykmapipo commented 8 years ago

@xtazz and @arvindr21

kue-scheduler added ability for unique jobs and since all job work is maintained with kue core, now restore and reschedule is achieved implicitly.

Check unique every job to achieve this.