Releases: lykmapipo/kue-scheduler
Releases · lykmapipo/kue-scheduler
v0.7.0
- 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
- fix lock key - expiry key regex collision
v0.6.0
- 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
update kue-unique
dependency to fix alreadyExist
v0.4.0
Add ability to cancel and remove schedule and non-schedule job
v0.3.2
Make kue-scheduler use kue-singleton
unique and reschedules
- Support unique jobs
- Reschedule/scan jobs on restart