added p-limit instead ot batch to proxy-service

This commit is contained in:
Bojan Kucera 2025-06-07 17:05:14 -04:00
parent 2ae1e73661
commit baa34a3805
3 changed files with 27 additions and 33 deletions

View file

@ -10,17 +10,19 @@
"start": "bun dist/index.js",
"test": "bun test",
"clean": "rm -rf dist"
}, "dependencies": {
},
"dependencies": {
"@stock-bot/cache": "*",
"@stock-bot/config": "*",
"@stock-bot/logger": "*",
"@stock-bot/shutdown": "*",
"@stock-bot/types": "*",
"@stock-bot/questdb-client": "*",
"@stock-bot/mongodb-client": "*",
"@stock-bot/event-bus": "*",
"@stock-bot/http": "*",
"@stock-bot/cache": "*",
"@stock-bot/logger": "*",
"@stock-bot/mongodb-client": "*",
"@stock-bot/questdb-client": "*",
"@stock-bot/shutdown": "*",
"@stock-bot/types": "*",
"hono": "^4.0.0",
"p-limit": "^6.2.0",
"ws": "^8.0.0"
},
"devDependencies": {