Add concurrency limit to service

This commit is contained in:
Andras Schmelczer 2024-12-18 20:37:54 +00:00
parent 5bea3c94c1
commit eb87de8e68
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
9 changed files with 116 additions and 58 deletions

View file

@ -25,6 +25,7 @@
"openapi-fetch": "0.13.3",
"openapi-typescript": "7.4.4",
"tslib": "2.4.0",
"typescript": "5.7.2"
"typescript": "5.7.2",
"p-queue": "^8.0.1"
}
}