Introduce execution limiter for file uploads

* TechDoc publishers for storage providers (i.e aws, google storage)
 should now rate limit concurrent executions allowing for file uploads to run in batches of 10.
 * Add PATCH changeset to techdocs common
 * Update yarn.lock
This commit is contained in:
Matei David
2021-01-22 12:32:07 +00:00
parent 5eb4bdf038
commit db2328c885
5 changed files with 23 additions and 8 deletions
+1
View File
@@ -53,6 +53,7 @@
"json5": "^2.1.3",
"mime-types": "^2.1.27",
"mock-fs": "^4.13.0",
"p-limit": "^3.1.0",
"recursive-readdir": "^2.2.2",
"winston": "^3.2.1"
},