fix: unspecified onnxruntime version
This commit is contained in:
parent
b14a43f63f
commit
bdbd2ac748
@ -42,7 +42,7 @@
|
|||||||
"@bull-board/express": "npm:@bull-board/express",
|
"@bull-board/express": "npm:@bull-board/express",
|
||||||
"express": "npm:express",
|
"express": "npm:express",
|
||||||
"src/": "./src/",
|
"src/": "./src/",
|
||||||
"onnxruntime": "npm:onnxruntime-node",
|
"onnxruntime": "npm:onnxruntime-node@1.20.1",
|
||||||
"chalk": "npm:chalk"
|
"chalk": "npm:chalk"
|
||||||
},
|
},
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
@ -5,7 +5,7 @@ import logger from "lib/log/logger.ts";
|
|||||||
import { getVideoTagsWorker } from "lib/mq/exec/getVideoTags.ts";
|
import { getVideoTagsWorker } from "lib/mq/exec/getVideoTags.ts";
|
||||||
import { getVideoTagsInitializer } from "lib/mq/exec/getVideoTags.ts";
|
import { getVideoTagsInitializer } from "lib/mq/exec/getVideoTags.ts";
|
||||||
import { lockManager } from "lib/mq/lockManager.ts";
|
import { lockManager } from "lib/mq/lockManager.ts";
|
||||||
import { WorkerError } from "../lib/mq/schema.ts";
|
import { WorkerError } from "lib/mq/schema.ts";
|
||||||
|
|
||||||
Deno.addSignalListener("SIGINT", async () => {
|
Deno.addSignalListener("SIGINT", async () => {
|
||||||
logger.log("SIGINT Received: Shutting down workers...", "mq");
|
logger.log("SIGINT Received: Shutting down workers...", "mq");
|
||||||
|
Loading…
Reference in New Issue
Block a user