ac-bootstrap-bull
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,14 @@ | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/admiralcloud/ac-bootstrap-bull/compare/v1.0.3..v1.0.4) (2021-12-12 14:04:52) | ||
### Bug Fix | ||
* **App:** Typo fix - processing with 2 s only | MP | [856d47dc8018f03a4aa2ac8aaade68239e2cd6b7](https://github.com/admiralcloud/ac-bootstrap-bull/commit/856d47dc8018f03a4aa2ac8aaade68239e2cd6b7) | ||
Rename postProcesssing (3s) to postProcessing (2s) | ||
### Chores | ||
* **App:** Updated packages | MP | [d6ca1ef636269aee01b3a15c74f589e317a6f1c9](https://github.com/admiralcloud/ac-bootstrap-bull/commit/d6ca1ef636269aee01b3a15c74f589e317a6f1c9) | ||
Updated packages | ||
<a name="1.0.3"></a> | ||
@@ -2,0 +15,0 @@ |
@@ -206,4 +206,4 @@ const Queue = require('bull') | ||
const postProcesssing = function(params, cb) { | ||
const functionIdentifier = _.padEnd('postProcesssing', _.get(acapi.config, 'bull.log.functionIdentifierLength')) | ||
const postProcessing = function(params, cb) { | ||
const functionIdentifier = _.padEnd('postProcessing', _.get(acapi.config, 'bull.log.functionIdentifierLength')) | ||
const jobList = _.get(params, 'jobList') | ||
@@ -238,3 +238,3 @@ const jobId = _.get(params, 'jobId') | ||
} | ||
const prepareProcessing = postProcesssing | ||
const prepareProcessing = postProcessing | ||
@@ -258,3 +258,3 @@ | ||
prepareProcessing, // deprecated - please use postProcessing instead | ||
postProcesssing, | ||
postProcessing, | ||
addJob, | ||
@@ -261,0 +261,0 @@ removeJob, |
{ | ||
"name": "ac-bootstrap-bull", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Bull helper", | ||
@@ -12,8 +12,8 @@ "repository": "admiralcloud/ac-bootstrap-bull", | ||
"bull": "^4.1.1", | ||
"ioredis": "^4.28.1", | ||
"ioredis": "^4.28.2", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.3.0" | ||
"eslint": "^8.4.1" | ||
} | ||
} |
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
16496
Updatedioredis@^4.28.2