Skip to content

Releases: Automattic/kue

v0.11.6

02 Jun 06:48
Compare
Choose a tag to compare
  • 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

13 May 08:31
Compare
Choose a tag to compare
  • 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

27 Apr 05:30
Compare
Choose a tag to compare

Redis Cluster fix, Closes #861

0.10.5

02 Apr 08:13
Compare
Choose a tag to compare
  • Attempts surpassing max attempts on delay jobs upon failure, resulting in infinite retries, Fixes #797
  • Add yargs dependency for kue-dashboard, #796

0.10.4

02 Apr 08:10
Compare
Choose a tag to compare
  • fix zpop callback on shutdown
  • fix connection_options in test.js
  • Unit tests for redis.js #779
  • Tests for kue.js #778

FIFO order preserving job id format

20 Nov 19:23
Compare
Choose a tag to compare
  • Fixing Job processing order without munging the job id, Closes #708, Closes #678

Support for ioredis

20 Nov 11:25
Compare
Choose a tag to compare
  • Add support for ioredis, Closes #652
  • Add support for Redis Cluster, Closes #642
  • Fix this.state on refreshTTL

Improve Reliability & Upgrade to node_redis 2.3

20 Nov 08:15
Compare
Choose a tag to compare
  • 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

06 Oct 19:36
Compare
Choose a tag to compare
0.9.6

fix redirection issue

0.9.3

25 Jun 09:29
Compare
Choose a tag to compare
  • Fix unlocking promotion lock, Closes #608
  • Fix duplicate job promotion/ttl race, Closes #601