redis-ccp-queue
Advanced tools
Comparing version
@@ -36,7 +36,3 @@ 'use strict'; | ||
if (err) { | ||
if (this.shuttingDown) { | ||
return | ||
} else { | ||
callback(null); | ||
} | ||
callback(null); | ||
} else { | ||
@@ -43,0 +39,0 @@ let data = replies[1] || ''; |
{ | ||
"name": "redis-ccp-queue", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple and lightweight Competing Consumers Pattern Queue", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -191,2 +191,3 @@ # redis-ccp-queue | ||
| -------------- | -------------- | -------- | | ||
| 1.0.5 | 2016-03-03 | tiny bug fix | | ||
| 1.0.4 | 2016-03-03 | correct termination of consumer on SIGINT, SIGTERM | | ||
@@ -193,0 +194,0 @@ | 1.0.3 | 2016-03-01 | changed .gitignore | |
256
0.39%15978
-0.17%149
-2.61%