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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---
Add rate limiter for concurrent execution of file uploads in AWS and Google publishers