chore: todo

This commit is contained in:
karishmas6
2024-09-11 12:36:41 +05:30
parent d36374656f
commit 9cbd218d00

View File

@@ -6,6 +6,7 @@ import logger from '../../logger';
import { browserPool } from "../../server";
import fs from "fs";
// todo: specify connection config
const connection = new IORedis();
const workflowQueue = new Queue('workflow', { connection });