mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add prefix to queue
This commit is contained in:
committed by
Akhil Mohan
parent
2436a572f0
commit
9a4f294749
@@ -84,7 +84,7 @@ export const queueServiceFactory = (redisUrl: string) => {
|
||||
|
||||
queueContainer[name] = new Queue<TQueueJobTypes[T]["payload"], void, TQueueJobTypes[T]["name"]>(
|
||||
name as string,
|
||||
{ connection }
|
||||
{ connection, prefix: '{myprefix}'}
|
||||
);
|
||||
workerContainer[name] = new Worker<
|
||||
TQueueJobTypes[T]["payload"],
|
||||
|
||||
Reference in New Issue
Block a user