@abtnode/queue 1.8.37 → 1.8.39
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 +1 -0
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -276,6 +276,7 @@ module.exports = function createQueue({ file, onJob, options = {} }) {
|
|
|
276
276
|
|
|
277
277
|
const loop = async () => {
|
|
278
278
|
if (enableScheduledJob === true) {
|
|
279
|
+
// eslint-disable-next-line no-constant-condition
|
|
279
280
|
while (true) {
|
|
280
281
|
/* eslint-disable no-await-in-loop */
|
|
281
282
|
const jobs = await store.getScheduledJobs();
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.39",
|
|
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": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/db": "1.8.
|
|
23
|
-
"@abtnode/util": "1.8.
|
|
22
|
+
"@abtnode/db": "1.8.39",
|
|
23
|
+
"@abtnode/util": "1.8.39",
|
|
24
24
|
"debug": "^4.3.4",
|
|
25
25
|
"fastq": "^1.13.0",
|
|
26
26
|
"uuid": "7.0.3"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "cf2223c4d9a999993b2be1c943dd75b4221593c3",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"jest": "^27.5.1"
|
|
31
31
|
}
|