UBERF-9694: Queue processing improvements (#8418)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-04-02 00:15:06 +07:00
committed by GitHub
parent 19ea34f260
commit 08434ccb3c
20 changed files with 1240 additions and 407 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
cd ./tests
./prepare-tests.sh
- name: Testing...
run: node common/scripts/install-run-rush.js test
run: node common/scripts/install-run-rush.js test --verbose
env:
DB_URL: 'postgresql://root@localhost:26258/defaultdb?sslmode=disable'
ELASTIC_URL: 'http://localhost:9201'