-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added /prune/ endpoint to removing "old" RPMs from a Repository. #3536
Conversation
4d8ad7c
to
edf4989
Compare
Draft until I figure out what is up w/ permissions - can't reproduce locally?!? |
Some notes on performance:Some unscientific performance results follow. The repositories are a selection of "real" repos, of small (zoo), medium (baseos-9) and large (appstream-9, epel) amounts of content. All runs used concurrency==1, oci-env, on my workstation (Intel® Core™ i7-6700K × 8), info-logging only. Repository List:name: zoo name: rhel_9_x86_64_appstream name: rhel_9_x86_64_baseos name: epel9 How "prune" was run
How timings were evaluated
Performance Runs
|
662cba0
to
4d17deb
Compare
Drafting temporarily while I think on some suggestions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!Thanks
Thank you. |
closes #2909.