All Versions
54
Latest Version
Avg Release Cycle
41 days
Latest Release
3255 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.8.3 Changes
July 13, 2014- Inject other Redis clients compatible with node_redis #344
- Add support to connect to Redis using Linux sockets #362
- Add .save callback sample code in documentation #367
-
v0.8.2 Changes
July 08, 2014- Fix broken failure backoff #360
- Merge web console redirection fix #357
- Add db selection option to redis configuration #354
- Get number of jobs with given state and type #349
- Add Queue.prototype.delayed function #351
-
v0.8.1 Changes
June 13, 2014- Fix wrong parameter orders in complete event #343s
- Graceful shutdown bug fix #328
-
v0.8.0 Changes
June 11, 2014- Implement backoff on failure retries #300
- Allow passing back worker results via done to event handlers #170
- Allow job producer to specify which keys of
job.data
to be indexed for search #284 - Waffle.io Badge #332
- Dropping monkey-patch style redis client connections
- Update docs: Worker Pause/Resume-ability
- Update docs: Reliability of Queue event handlers over Job event handlers
-
v0.7.9 Changes
June 01, 2014- Graceful shutdown bug fix #336
- More robust graceful shutdown under heavy load #328
-
v0.7.6 Changes
May 02, 2014- Fixed broken monkey-patch style redis connections #323
-
v0.7.0 Changes
January 24, 2014- Suppress "undefined" messages on String errors. Closes #230
- Fix cannot read property id of undefined errors. Closes #252
- Parameterize limit of jobs checked in promotion cycles. Closes #244
- Graceful shutdown
- Worker pause/resume ability, Closes #163
- Ensure event subscription before job save. Closes #179
- Fix Queue singleton
- Fix failed event being called in first attempt. Closes #142
- Disable search (Search index memory leaks). See #58 & #218
- Emit error events on both kue and job
- JS/Coffeescript tests added (Mocha+Should)
- Travis support added
-
v0.6.2 Changes
April 03, 2013- Fix redirection to active for mounted apps
-
v0.6.1 Changes
March 25, 2013- Fixed issue preventing polling for new jobs. Closes #192
-
v0.6.0 Changes
March 20, 2013- Make pollForJobs actually use ms argument. Closes #158
- Support delay over HTTP POST. Closes #165
- Fix natural sorting. Closes #174
- Update
updated_at
timestamp duringlog
,progress
,attempt
, orstate
changes. Closes #188 - Fix redirection to /active. Closes #190