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
The problem is that I don't query artifacts directly on my Artifactory instance. For security reasons, I query artifacts form a second Artifactory proxy instance , which remotely access artifacts from the first Artifactory instance.
On the first Artifactory instance, stat.downloaded attribute is never update, only stats.remote_downloads attribute is updated after each download of the artifacts from the second Artifactory proxy instance:
The text was updated successfully, but these errors were encountered:
philippe-granet
added a commit
to philippe-granet/artifactory-cleanup
that referenced
this issue
Jan 8, 2025
I have this rule:
This generate this AQL query:
items.find({"$and": [{"$or": [{"repo": {"$eq": "my-repo"}}]}, {"$or": [{"stat.downloaded": {"$lte": "2024-10-10"}}, {"$and": [{"stat.downloads": {"$eq": null}}, {"created": {"$lte": "2024-10-10"}}]}]}]}).include("*", "property", "stat")
The problem is that I don't query artifacts directly on my Artifactory instance. For security reasons, I query artifacts form a second Artifactory proxy instance , which remotely access artifacts from the first Artifactory instance.
On the first Artifactory instance,
stat.downloaded
attribute is never update, onlystats.remote_downloads
attribute is updated after each download of the artifacts from the second Artifactory proxy instance:The text was updated successfully, but these errors were encountered: