@abtnode/queue 1.8.36 → 1.8.38

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. 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.36",
6
+ "version": "1.8.38",
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.36",
23
- "@abtnode/util": "1.8.36",
22
+ "@abtnode/db": "1.8.38",
23
+ "@abtnode/util": "1.8.38",
24
24
  "debug": "^4.3.4",
25
25
  "fastq": "^1.13.0",
26
26
  "uuid": "7.0.3"
27
27
  },
28
- "gitHead": "507e974ce88bad1aa002c593130b32982207f803",
28
+ "gitHead": "cbb88f107eb6b403c8cd47a765920575860c7bc7",
29
29
  "devDependencies": {
30
30
  "jest": "^27.5.1"
31
31
  }