@abtnode/queue 1.16.17 → 1.16.18-beta-7aa6be5a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +0 -2
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -135,8 +135,6 @@ module.exports = function createQueue({ file, store, onJob, options = {} }) {
|
|
|
135
135
|
|
|
136
136
|
const id = getJobId(jobId, job);
|
|
137
137
|
|
|
138
|
-
logger.info('push', { job, jobId, persist, delay, id });
|
|
139
|
-
|
|
140
138
|
if (delay) {
|
|
141
139
|
if (!enableScheduledJob) {
|
|
142
140
|
throw new Error('The queue must have options.enableScheduledJob set to true to run delay jobs');
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.18-beta-7aa6be5a",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/db": "1.16.
|
|
23
|
-
"@abtnode/util": "1.16.
|
|
22
|
+
"@abtnode/db": "1.16.18-beta-7aa6be5a",
|
|
23
|
+
"@abtnode/util": "1.16.18-beta-7aa6be5a",
|
|
24
24
|
"debug": "^4.3.4",
|
|
25
25
|
"fastq": "^1.13.0",
|
|
26
26
|
"uuid": "^8.3.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b2da6c7e30adf84d7eca941ada27427344c49044",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"jest": "^27.5.1"
|
|
31
31
|
}
|