Use p-limit instead of already for promise concurrency limit

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2025-09-15 09:27:25 +02:00
parent 104ca74ec2
commit f79e0d9d77
6 changed files with 177 additions and 32 deletions
+2 -1
View File
@@ -58,7 +58,8 @@
"already": "^2.2.1",
"express": "^4.22.0",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0"
"knex": "^3.0.0",
"p-limit": "^3.1.0"
},
"devDependencies": {
"@backstage/backend-defaults": "workspace:^",