NeoAgi / NeoAgi.AWS.CodeArtifact.Pruner

Helper Utility to Mange an Amazon CodeArtifact Domain
https://gallery.ecr.aws/x7q2k3a7/neoagi.aws.codeartifact.pruner
Apache License 2.0
0 stars 0 forks source link

Parallalize PackageVersion and PackageAsset Attribute Fetchers #2

Closed Habikki closed 2 years ago

Habikki commented 2 years ago

After packages are enumerated from CodeArtifact enriching attributes are performed by a HTTP call per category (version and asset) which is currently done in serial fashion.

Moving toward a threaded approach would reduce run time, but also raise the possibility of running into AWS API Request Limits.