Skip to content

Releases: actionhero/node-resque

Fix a disconnect bug

31 Oct 17:52
Compare
Choose a tag to compare

immutable params

16 Oct 04:01
Compare
Choose a tag to compare

when passing a redis connection to multiworker, allow for more eventEmitter attachments

Fix fakeredis connection event

13 Sep 21:28
Compare
Choose a tag to compare
v1.0.1

update connection logic to work with fakeredis not throwing a "connec…

v1.0.0 and ioredis

13 Sep 20:53
Compare
Choose a tag to compare
  • move to the ioredis package from redis (this allows sentinel and cluster support in one package)
  • connection errors on queue, connection, worker and scheduler are now all emitted rather than called-back. Be sure to check for this new event!
  • the creation of a new queue, worker, scheduler, connection object no longer have callbacks. They all have a connect() method instead.
  • multiworker.start() will now wait for the first worker to start before returning

Master-Lock Scheduler and Allow Scheduled Jobs

10 Sep 23:56
Compare
Choose a tag to compare

Fix: enquening new job when previous one was locked

10 Sep 23:55
Compare
Choose a tag to compare

Fix scheduler EventEmitter memory leak

10 Sep 23:52
Compare
Choose a tag to compare
  • prevent the scheduler/worker from re-calling back after a reconnect 5b1e963
  • Fix scheduler EventEmitter memory leak #87

Allow to specify names for multiworkers

10 Sep 23:51
Compare
Choose a tag to compare

Update dependent packages

10 Sep 23:50
Compare
Choose a tag to compare