fix: Implemented a p-limit in PullRequestsDashboardProvider to stop unlimited parallelism.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2022-01-04 09:17:49 +00:00
parent 30d3623bf1
commit dc55aa89f6
2 changed files with 29 additions and 20 deletions
@@ -27,6 +27,7 @@
"azure-devops-node-api": "^11.0.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"p-limit": "^3.1.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
},