diff --git a/backend/src/services/file/service.ts b/backend/src/services/file/service.ts index c1d8431..5dcd8ba 100644 --- a/backend/src/services/file/service.ts +++ b/backend/src/services/file/service.ts @@ -192,8 +192,7 @@ export const fileService = ( .run(`cat /golem/output/temp/metadata.json`) .end(); - //@ts-ignore - executor.shutdown(); + worker.context.activity.stop(); return JSON.parse((results[3].stdout || "null") as string); }, async processFile(fileName: string, userId: string, depositId: bigint) {