🔧 Replaced rabbitMQ with bullMQ

This commit is contained in:
2021-10-26 15:07:42 -07:00
parent 755ac43820
commit 289b2ec3bd
8 changed files with 858 additions and 296 deletions

View File

@@ -90,8 +90,8 @@ export const extractCoverFromFile = async (
);
const ebookMetaPath = `${process.env.CALIBRE_EBOOK_META_PATH}` || `ebook-meta`;
result = await calibre.run(
`${ebookMetaPath}`,
[constructedPaths.inputFilePath],
`ebook-meta`,
[path.resolve(constructedPaths.inputFilePath)],
{
getCover: targetCoverImageFilePath,
}