ac-bootstrap-bull
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -0,1 +1,11 @@ | ||
<a name="2.0.6"></a> | ||
## [2.0.6](https://github.com/admiralcloud/ac-bootstrap-bull/compare/v2.0.5..v2.0.6) (2024-06-14 16:57:00) | ||
### Bug Fix | ||
* **App:** Package updates | MP | [dfcdde66c133f1e1b9620b400de18fe259612782](https://github.com/admiralcloud/ac-bootstrap-bull/commit/dfcdde66c133f1e1b9620b400de18fe259612782) | ||
Package updates | ||
Related issues: [undefined/undefined#master](undefined/browse/master) | ||
<a name="2.0.5"></a> | ||
@@ -2,0 +12,0 @@ |
@@ -190,3 +190,3 @@ const Queue = require('bull') | ||
}).catch(err => { | ||
acapi.log.error('%s | %s | %s | Name %s | Adding job failed %j', functionName, functionIdentifier, queueName, name, err) | ||
acapi.log.error('%s | %s | %s | Name %s | Adding job failed %j', functionName, functionIdentifier, queueName, name, err?.message) | ||
}) | ||
@@ -199,3 +199,3 @@ } | ||
}).catch(err => { | ||
acapi.log.error('%s | %s | %s | Adding job failed %j', functionName, functionIdentifier, queueName, err) | ||
acapi.log.error('%s | %s | %s | Adding job failed %j', functionName, functionIdentifier, queueName, err?.message) | ||
}) | ||
@@ -202,0 +202,0 @@ } |
{ | ||
"name": "ac-bootstrap-bull", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Bull helper", | ||
@@ -11,3 +11,3 @@ "repository": "admiralcloud/ac-bootstrap-bull", | ||
"async": "^3.2.5", | ||
"bull": "^4.12.2", | ||
"bull": "^4.13.0", | ||
"ioredis": "^5.4.1", | ||
@@ -17,4 +17,4 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"eslint": "^8.57.0" | ||
"eslint": "^9.4.0" | ||
} | ||
} |
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
26387
292
Updatedbull@^4.13.0