You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromartifactoryimportArtifactoryPathaql=ArtifactoryPath( "http://my-artifactory/artifactory") # path to artifactory, NO repo# dict resp=aql.aql("items.find", {"repo": "myrepo", "type": "any"})
# process after
The text was updated successfully, but these errors were encountered:
We also run this on a repository with more than 100,000 artifacts totalling more than 1TB and it tends to finish fairly quickly. You can increase the number of workers with -n to try to make it faster too.
Thanks for the tool!
Query for big repo is too slow. You can use Artifactory-AQL for get ALL folder\files in one get-requests, and process after.
With https://github.com/devopshq/artifactory:
The text was updated successfully, but these errors were encountered: