Skip to content

Commit

Permalink
Merge pull request #1676 from commercetools/jenschude-patch-1
Browse files Browse the repository at this point in the history
Queue middleware misplaced in resource deleter
  • Loading branch information
jenschude authored Apr 9, 2021
2 parents 948f2f8 + fe7b51f commit 20a6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/resource-deleter/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export default class ResourceDeleter {
libraryName: pkg.name,
libraryVersion: pkg.version,
}),
createHttpMiddleware({ host: this.apiConfig.apiUrl, fetch }),
createQueueMiddleware({
concurrency: 20,
}),
createHttpMiddleware({ host: this.apiConfig.apiUrl, fetch }),
],
})
this.logger = {
Expand Down

0 comments on commit 20a6e2c

Please sign in to comment.