Releases: actionhero/node-resque
Releases · actionhero/node-resque
when passing a redis connection to multiworker, allow for more eventEmitter attachments
Fix fakeredis connection event
v1.0.1 update connection logic to work with fakeredis not throwing a "connec…
v1.0.0 and ioredis
- move to the
ioredis
package fromredis
(this allows sentinel and cluster support in one package) - connection errors on
queue
,connection
,worker
andscheduler
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
Fix: enquening new job when previous one was locked
Fix scheduler EventEmitter memory leak
Allow to specify names for multiworkers
Update dependent packages
Doc and Test updates
- Integrate with Gitter #81
- test updates:
- remove event emitter limits in test
- do not disconnect fake redis