Skip to content

Commit 02f41db

Browse files
committed
fix(query-orchestrator): QueryQueue - improve performance for high concurrency setups
1 parent a3bcd24 commit 02f41db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryQueue.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,6 @@ export class QueryQueue {
557557
}
558558
}));
559559

560-
/**
561-
* TODO(ovr): Check LocalQueueDriver for strict guarantees that item cannot be in active & pending in the same time
562-
*/
563560
const [active, toProcess] = await queueConnection.getActiveAndToProcess();
564561

565562
/**

0 commit comments

Comments
 (0)