rsmq-worker
Advanced tools
Comparing version 0.5.0 to 0.5.1
(function() { | ||
exports.version = '0.5.0'; | ||
exports.version = '@@version'; | ||
@@ -4,0 +4,0 @@ module.exports = require('./lib/rsmq-worker'); |
@@ -404,5 +404,3 @@ (function() { | ||
this._runOfflineMessages(); | ||
if (_interval) { | ||
this.interval(); | ||
} | ||
this.interval(); | ||
this.warning("redis connection reconnected"); | ||
@@ -409,0 +407,0 @@ }; |
{ | ||
"name": "rsmq-worker", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "RSMQ helper to simply implement a worker around the message queue", | ||
@@ -36,8 +36,7 @@ "keywords": [], | ||
"grunt-contrib-watch": "1.x", | ||
"grunt-docker": "0.x", | ||
"grunt-include-replace": "4.x", | ||
"grunt-include-replace": "5.x", | ||
"grunt-mocha-cli": "2.x", | ||
"randoms": "0.x", | ||
"should": "9.x" | ||
"should": "11.x" | ||
} | ||
} |
![RSMQ-Worker](https://trello-attachments.s3.amazonaws.com/5481963992d9ba3848568a1b/600x194/61b3b6117eeb0881c919c6996adb2620/rsmq_worker_small.png) | ||
[![Build Status](https://secure.travis-ci.org/mpneuried/rsmq-worker.png?branch=master)](http://travis-ci.org/mpneuried/rsmq-worker) | ||
[![Windows Tests](https://img.shields.io/appveyor/ci/mpneuried/rsmq-worker.svg?label=Windows%20Test)]() | ||
[![Windows Tests](https://img.shields.io/appveyor/ci/mpneuried/rsmq-worker.svg?label=Windows%20Test)](https://ci.appveyor.com/project/mpneuried/rsmq-worker) | ||
[![Dependencies Status](https://david-dm.org/mpneuried/rsmq-worker.png)](https://david-dm.org/mpneuried/rsmq-worker) | ||
@@ -334,2 +334,3 @@ [![NPM version](https://badge.fury.io/js/rsmq-worker.png)](http://badge.fury.io/js/rsmq-worker) | ||
|:--:|:--:|:--| | ||
|0.5.1|2016-08-22|Fixed reconnect error [Issue#20](https://github.com/mpneuried/rsmq-worker/issues/20). Thanks to [mstduff](https://github.com/mstduff ); updated deps; removed generated code docs from repo| | ||
|0.5.0|2016-07-14|Added methods `.info(cb)` ([Issue#17](https://github.com/mpneuried/rsmq-worker/issues/17)) and `.size( [hidden,] cb )`| | ||
@@ -336,0 +337,0 @@ |0.4.3|2016-06-20|Optimized event listeners [Issue#15](https://github.com/mpneuried/rsmq-worker/issues/15). Thanks to [Kevin Turner](https://github.com/kpturner )| |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44298
8
386
787