Kue Scheduler Versions Save

A job scheduler utility for kue, backed by redis and built for node.js

v0.7.0

7 years ago
  • Implement schedules restore on system restart or force restore by using restore(fn)
  • Implement separation of concern to allow kue-scheduler to run on multiple process acting as either job worker or job scheduler

v0.6.5

7 years ago
  • fix lock key - expiry key regex collision

v0.6.0

7 years ago
  • Update all dependencies to their latest version
  • Refactor internal working to support migration to redis data structure based on the scenario
  • Add clear queue instance method to allow cleanup of all redis data used by kue and kue-scheduler

v0.4.1

8 years ago

update kue-unique dependency to fix alreadyExist

v0.4.0

8 years ago

Add ability to cancel and remove schedule and non-schedule job

v0.3.2

8 years ago

Make kue-scheduler use kue-singleton

v0.3.0

8 years ago
  • Support unique jobs
  • Reschedule/scan jobs on restart