Comparing version 0.3.0 to 0.3.1
@@ -319,2 +319,5 @@ 'use strict'; | ||
}).catch(function (err) { | ||
// ignore missing indices errors | ||
if (err.status === 404) return; | ||
_this5.debug('job querying failed', err); | ||
@@ -321,0 +324,0 @@ _this5.emit('error', err); |
{ | ||
"name": "esqueue", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Job queue, powered by Elasticsearch", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
35420
741
1