use addJobs

This commit is contained in:
mertalev
2025-04-30 20:13:40 -04:00
parent f0c013f844
commit e773a7b7a1
4 changed files with 41 additions and 18 deletions
+7 -6
View File
@@ -38,7 +38,7 @@
"fast-glob": "^3.3.2",
"fluent-ffmpeg": "^2.1.2",
"geo-tz": "^8.0.0",
"graphile-worker": "^0.16.6",
"graphile-worker": "^0.17.0-canary.1fcb2a0",
"handlebars": "^4.7.8",
"i18n-iso-countries": "^7.6.0",
"joi": "^17.10.0",
@@ -10085,16 +10085,16 @@
"license": "MIT"
},
"node_modules/graphile-worker": {
"version": "0.16.6",
"resolved": "https://registry.npmjs.org/graphile-worker/-/graphile-worker-0.16.6.tgz",
"integrity": "sha512-e7gGYDmGqzju2l83MpzX8vNG/lOtVJiSzI3eZpAFubSxh/cxs7sRrRGBGjzBP1kNG0H+c95etPpNRNlH65PYhw==",
"version": "0.17.0-canary.1fcb2a0",
"resolved": "https://registry.npmjs.org/graphile-worker/-/graphile-worker-0.17.0-canary.1fcb2a0.tgz",
"integrity": "sha512-eG02GZ0U1eSMBdfHlQg9+jaNXpr9gs1cwqfFeney3BHpEMSvG3jw+7SdQJPVUgF8wnt8dRRfhkbpzaXGSOr+MQ==",
"license": "MIT",
"dependencies": {
"@graphile/logger": "^0.2.0",
"@types/debug": "^4.1.10",
"@types/pg": "^8.10.5",
"cosmiconfig": "^8.3.6",
"graphile-config": "^0.0.1-beta.4",
"graphile-config": "^0.0.1-beta.14",
"json5": "^2.2.3",
"pg": "^8.11.3",
"tslib": "^2.6.2",
@@ -10104,7 +10104,8 @@
"graphile-worker": "dist/cli.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0",
"yarn": "^1.22.22"
}
},
"node_modules/handlebars": {