mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: remove concurrency from testing
This commit is contained in:
@@ -273,7 +273,6 @@ export const queueServiceFactory = (
|
||||
|
||||
workerContainer[name] = new Worker<TQueueJobTypes[T]["payload"], void, TQueueJobTypes[T]["name"]>(name, jobFn, {
|
||||
...queueSettings,
|
||||
concurrency: 3, // TODO: remove
|
||||
connection
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user