mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update queue-service.ts
This commit is contained in:
committed by
Akhil Mohan
parent
dcdcc40a4a
commit
9407c16e83
@@ -113,9 +113,6 @@ export const queueServiceFactory = (redisUrl: string) => {
|
||||
) => {
|
||||
const q = queueContainer[name];
|
||||
|
||||
console.log("name", name);
|
||||
console.log("query", q);
|
||||
|
||||
await q.add(job, data, opts);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user