Releases: Automattic/kue
Releases · Automattic/kue
v0.11.6
- Fix a bug that might cause job to stuck in inactive state, #1060
- add id param validation in Job.get(), #990
- Allow override of promotion lockTtl, #1018
- Add support for querystring on redis URL, #1013
- Add delay to custom back off function, #984
- Add prefix as a parameter for kue-dashboard, #1028
- Allow exponential backoff to cap its delay at an specified maximum, #1029
- Minor documentation updates
v0.11.0
- force node_redis version to 2.4.x, Closes #857
- Converting Job ids back into integers, #855
- Fix LPUSH crash during shutdown, #854
- Install kue-dashboard script, #853
- Add start event to documentation, #841
- Add parameter for testMode.enter to continue processing jobs, #821
- Modern Node.js versions support, #812
- Don't start the next job until the current one is totally finished, Closes #806
- Store multiple instances of jobs in jobs id map to emit events for all, #750
0.10.6
0.10.5
0.10.4
FIFO order preserving job id format
Support for ioredis
Improve Reliability & Upgrade to node_redis 2.3
- Update TTL on job progress, Closes #694
- Upgrade to node_redis 2.3, #717
- Fix LPUSH vs connection quit race when shutting down
- Restart task btn, #754
- Fix uncaught exception in job.js, #751
- Added kue-dashboard script for conveniently running the dashboard #611
- Fixed invalid CSS on production, #755
- Connection string not supporting DB number #725
- Fix attempts remaining logic, #742
- Update jade, #741
- Properly set job IDs in test mode, #727
- Enhanced Job.log formatting, #630
- Use node's util#format() in Job.log, #724
Fix redirection Issue
0.9.6 fix redirection issue