Skip to content

Releases: actionhero/node-resque

v8.2.3

11 Feb 18:30
Compare
Choose a tag to compare
  • Queues can see who the leader/scheduler is (#524)
  • Update dependencies and use new npm lockfile format (#525)

v8.2.2

01 Feb 06:13
Compare
Choose a tag to compare
  • Update dependencies

v8.2.1

25 Jan 05:23
Compare
Choose a tag to compare
  • Update dependencies
  • Test Node.js v15

v8.2.0

05 Dec 16:34
Compare
Choose a tag to compare
  • Use relative imports (#476)
  • Drop duplicate connectionTestAndLoadLua from Connection class (#478)
  • Plugin Classes gain name of constructor (#485)
  • Update documentation to use plugin classes, add Plugins export (#479)
  • Update dependencies (#487)

A big thank you to @glensc for all the help!

v8.1.0

16 Nov 22:18
Compare
Choose a tag to compare
  • Node Rescue works with ioredis-mock (#475)
  • Update dependencies

v8.0.4

09 Nov 18:44
Compare
Choose a tag to compare
  • Iterate over array of lua files names in loadLua() using for-of loop #472

v8.0.3

04 Nov 21:25
Compare
Choose a tag to compare
  • suppressDuplicateTaskError for queue#enqueueIn #469

v8.0.2

04 Nov 21:14
Compare
Choose a tag to compare
  • Option to suppress "Job already enqueued at this time" error when enqueuing delayed task (#468)

v8.0.1

31 Oct 20:51
Compare
Choose a tag to compare
  • Analyze LUA file lines with \n not EOL (#467)
  • Update Dependencies

v8.0.0

02 Oct 21:54
Compare
Choose a tag to compare

Use a Lua command within redis to pop a job and store it on the worker object #453

Due to the sematics of how ioredis loads and uses lua commands, this is a breaking change as this may break users who do not use the ioredis package